Program #include int main() { int n[ 10 ]; int i; /* initialize elements of array n to 0 */ for ( i = 0; i < 10; i++ ) { n[ i ] = 0; } printf(
確定! 回上一頁