a) ptr is a pointer to integer, p is not
b) ptr and p, both are pointers to integer
c) ptr is a pointer to integer, p may or may not be
d) ptr and p both are not pointers to integer
Comment on the following pointer declaration. int *ptr, p;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the following pointer declaration. int *ptr, p;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!