MCQOPTIONS
Saved Bookmarks
| 1. |
Comment on the following?const int *ptr; |
| A. | e cannot change the value pointed by ptr. |
| B. | e cannot change the pointer ptr itself. |
| C. | oth of the above |
| D. | e can change the pointer as well as the value pointed by it. |
| Answer» B. e cannot change the pointer ptr itself. | |