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:

Future Planning

The process of setting goals and objectives and determining the resources and actions required to achieve them in the future.

Related Questions