Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A pointer can be used as a
Q4: Use the delete operator only on pointers
Q9: With pointer variables you can access, but
Q14: Dynamic memory allocation occurs<br>A) when a new
Q15: A function may return a pointer but
Q18: In C++11, the nullptr keyword was introduced
Q27: When you work with a dereferenced pointer,
Q28: With pointer variables you can _ manipulate
Q28: When the less than ( < )operator
Q38: The _, also known as the address