Solved

Which of the Following Statements Is Not Valid C++ Code

Question 34

Multiple Choice

Which of the following statements is not valid C++ code?


A) int ptr = &num1;
B) int ptr = int *num1;
C) float num1 = &ptr2;
D) All of the above are valid.
E) All of the above are invalid.

Correct Answer:

verifed

Verified

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

Related Questions