The ASCII code of the NULL character code is ( ).
查看答案
There are ( ) elements in the array “codes” with the following the declaration statement:char codes[] = “hello”;
A. 5
B. 6
C. 7
D. 4
The values of ( ) arrays are set to 0 by default at compilation time.
A. global
B. local static
C. local auto
The initializing elements of arrays must be included in braces and can consist of ( ).
A. constants
B. variables
C. expressions using only constants
D. any expressions
The initialization rules of arrays are the same for the local arrays and global arrasy.
A. 对
B. 错