Multiple Choice
A pointer may be initialized with
A) the address of an existing object
B) the value of an integer variable
C) the value of a floating point variable
D) all of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Not all arithmetic operations may be performed
Q2: A pointer can be used as a
Q15: A function may return a pointer but
Q19: C++ does not perform array bounds checking,
Q23: A pointer variable is designed to store
Q32: The statement cin >> *num3;<br>A) stores the
Q35: Assuming ptr is a pointer variable, what
Q37: These can be used as pointers.<br>A) Array
Q38: When you pass a pointer as an
Q39: When using the new operator with an