Solved

What Is the Output of the Following Code Fragment

Question 15

Multiple Choice

What is the output of the following code fragment?
Float *p1;
P1 = new float3) ;
Cout << *p1;


A) 3.0
B) unknown, the address p1 points to is not initialized
C) unknown, the code is illegal, p1 points to a dynamic array
D) 0.0

Correct Answer:

verifed

Verified

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

Related Questions