Multiple Choice
If you leave out the size declarator in an array definition
A) you must furnish an initialization list
B) you are not required to initialize array elements
C) all array elements default to zero values
D) your array will contain no elements
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: An element of a two-dimensional array is
Q2: The _ is automatically appended to a
Q3: What does the following code do?<br>Const int
Q4: The individual values contained in an array
Q5: In C++11 you cannot use a range-based
Q7: This vector function is used to insert
Q8: An individual array element can be processed
Q9: Which statement correctly uses C++11 to initalize
Q10: A vector object automatically expands in size
Q11: A two-dimensional array can have elements of