Multiple Choice
An array with no elements is
A) legal in C++
B) illegal in C++
C) automatically furnished with one element whose value is set to zero
D) automatically furnished with one element, the null terminator
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: An array's size declarator must be a
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
Q28: By using the same _ you can
Q29: Although two-dimensional arrays are a novel idea,
Q30: Which statement correctly defines a vector object
Q31: If an array is partially initialized, the
Q32: Unlike regular variables, _ can hold multiple