Multiple Choice
What does the following statement do?
Double *num2;
A) Declares a double variable named num2
B) Declares and initializes a pointer variable named num2
C) Initializes a pointer variable named num2
D) Declares a pointer variable named num2
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: An array name is a pointer constant
Q37: It is legal to subtract a pointer
Q38: The _, also known as the address
Q39: When you pass a pointer as an
Q40: Select all that apply. Which of the
Q42: Assuming ptr is a pointer variable, what
Q43: The ampersand (&) is used to dereference
Q44: Which of the following is true about
Q45: Which of the following statements displays the
Q46: A pointer variable may be initialized with<br>A)