Multiple Choice
A pointer variable is designed to store
A) any legal C++ value
B) only floating-point values
C) an integer
D) a memory address
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which of the following statements deletes memory
Q31: What will the following code output?<br>Int *numbers
Q32: The _ and _ operators can be
Q33: The unique_ptr is the sole owner of
Q34: To use any of the smart pointers
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