-
Comment on the following C statement.
const int *p;
-
- You can change the pointer as well as the value pointed by it
- You May or maynot change the value pointed by p
- You cannot change the pointer p itself
- You cannot change the value pointed by p
- None of these
Correct Option: D
You cannot change the value pointed by p