a) You cannot change the value pointed by ptr
b) You cannot change the pointer ptr itself
c) You May or may not change the value pointed by ptr
d) You can change the pointer as well as the value pointed by it
Comment on the following C statement. const int *ptr;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the following C statement. const int *ptr;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!