Solved

The Following Statement __________ Int *Ptr = New Int;

Question 20

Multiple Choice

The following statement __________ int *ptr = new int;


A) results in a compiler error
B) assigns an integer less than 32767 to the variable ptr
C) assigns an address to the variable 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