Examlex

Solved

Given the Declaration Int *P;

question 37

True/False

Given the declaration
int *p;
The statement
p = new int[50];
dynamically allocates an array of 50 components of type int and p contains the base address of the array.


Definitions:

Related Questions