Multiple Choice
________ can be used as pointers.
A) Array names
B) C++ string objects
C) Punctuation marks
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: When the _ is placed in front
Q37: It is legal to subtract a pointer
Q41: A pointer variable is designed to store<br>A)
Q42: Any arithmetic operation may be performed on
Q43: A pointer with the value 0 (zero)
Q47: If arr is an array identifier and
Q48: If dynamically allocated memory is not freed,<br>A)
Q49: Every byte in the computer's memory is
Q50: You may use the type pointer to
Q51: If Circle is a structure type, the