Solved

The Statement Int *Ptr = New Int;

Question 12

Multiple Choice

The statement int *ptr = new int;


A) results in a compiler error.
B) assigns an integer less than 32767 to the variable named ptr.
C) assigns an address to the variable named ptr.
D) creates a new pointer named int.
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions