Multiple Choice
The statement ____ declares list to be an array of five integers.
A) int [5] list;
B) int list[5];
C) int list[];
D) int list[]={0,1,2,3,4,5};
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In an array list the time complexity
Q2: The statement _ stores the address of
Q3: Pointer variables must be initialized if you
Q5: The ampersand, &, is called the _.<br>A)
Q6: When an integer is added to a
Q7: The ampersand, &, is a binary operator
Q8: The length of a list is the
Q9: You can initialize a pointer variable by
Q10: In a deep copy, two or more
Q11: To determine whether the item to be