comment on the following const int *ptr;
Answers
Answered by
56
Explanation:
Que.
Comment on the following.
const int *ptr;
a.
You cannot change the value pointed by ptr
b.
You cannot change the pointer ptr itself
c.
You May or maynot change the value pointed by ptr
d.
You can change the pointer as well as the value pointed by it
Similar questions