You can print an array of characters in C using something like · printf( “Hello, %s.\n”, name); · For most other arrays, you use a for-loop or two and the ...
確定! 回上一頁