1.

What does the following stmt mean? int *P = new int [15];

Answer»

Allocating memory for an integer array of 15 elements.



Discussion

No Comment Found