Multiple Choice
Given the declaration int *a;, the statement a = new int[50]; dynamically allocates an array of 50 components of the type ____.
A) int
B) int*
C) pointer
D) address
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: In a _ copy, two or more
Q31: Which of the following would be appropriate
Q32: What is the output of the following
Q33: Which of the following can be used
Q34: What is the value of x after
Q36: What is the output of the following
Q37: Given the declaration<br>int *p;<br>The statement<br>p = new
Q38: A class _ automatically executes whenever a
Q39: The statement that declares board to be
Q40: In C++, virtual functions are declared using