Solved

Assuming That the Pointer Variable P1 Is of the Correct

Question 10

Multiple Choice

Assuming that the pointer variable p1 is of the correct type and size is an integer with some value > 1, which of the following declarations are legal?


A) p1 = new string[size];
B) p1 = new ifstream[size];
C) p1 = new char[size*size];
D) A and B
E) A, B and C

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions