

MCQOPTIONS
Saved Bookmarks
1. |
What should be done to prevent changes that may be made to the values pointed by the pointer? |
A. | Usual pointer can’t change the values pointed |
B. | Pointer should be made virtual |
C. | Pointer should be made anonymous |
D. | Pointer should be made const |
Answer» E. | |