What does the root “spect” mean in the word "perspective"?
A. come
B. look
C. say
D. know
查看答案
What does the root “vent” mean in the "intervention"?
A. come
B. look
C. say
D. know
If the number of initializers is less than the declared number of elements listed in square brackets, the initializers will set the remaining elements to ( ).
A. the value of the last element.
B. 0
C. undetermined values
D. depends on compilers
The ASCII code of the NULL character code is ( ).
A. 48
B. 0
C. 100
D. -1
There are ( ) elements in the array “codes” with the following the declaration statement:char codes[] = “hello”;
A. 5
B. 6
C. 7
D. 4