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
Answer: A
Computer Science & Information Technology
You might also like to view...
What Windows tool is used to monitor memory utilization?
A) Device Manager B) Task Manager C) Memory Manager D) System Configuration tool
Computer Science & Information Technology
Which of the following technologies is used on the backbone of an ISDN?
A. VDSL B. SDSL C. OC3 D. ATM
Computer Science & Information Technology