Multiple Choice
An array's size declarator must be a __________ with a value greater than __________.
A) number, one
B) number, zero
C) constant integer expression, zero
D) variable, -1
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: C++ limits the number of array dimensions
Q18: An array can store a group of
Q19: An array of string objects that will
Q20: To pass an array as an argument
Q21: Arrays must be _ at the time
Q23: What will the following code display?<br>Int numbers[4]
Q24: A two-dimensional array of characters can contain<br>A)
Q25: An array can easily be stepped through
Q26: A(n) _ can be used to specify
Q27: An array with no elements is<br>A) legal