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

Verified
Correct Answer:
Verified
Related Questions
Q10: It is possible for a structure to
Q33: When the _ is placed in front
Q36: The statement cout << &num1; will output<br>A)
Q37: If a variable occupies more than one
Q37: It is legal to subtract a pointer
Q38: Dynamic memory allocation occurs<br>A) when a variable
Q40: The delete operator should only be used
Q42: Any arithmetic operation may be performed on
Q43: A pointer with the value 0 (zero)
Q46: _ can be used as pointers.<br>A) Array