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

e. A, B and C

Computer Science & Information Technology

You might also like to view...

Why would you want to export an Access report to a PDF?

What will be an ideal response?

Computer Science & Information Technology

What does Easy Ease do?

The following questions are not in the student's Classroom in a Book. What will be an ideal response?

Computer Science & Information Technology