1.

Comment on the following C statement.
const int *p;

A. You can change the pointer as well as the value pointed by it
B. You May or maynot change the value pointed by p
C. You cannot change the pointer p itself
D. You cannot change the value pointed by p
E. None of these
Answer» E. None of these


Discussion

No Comment Found