Solved

What Does the Following Statement Do

Question 32

Multiple Choice

What does the following statement do?
What does the following statement do?   A) Declares a double variable named num2. B) Declares and initializes an pointer variable named num2. C) Initializes a variable named *num2. D) Declares a pointer variable named num2. E) None of these


A) Declares a double variable named num2.
B) Declares and initializes an pointer variable named num2.
C) Initializes a variable named *num2.
D) Declares a pointer variable named num2.
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions