int **ptr;
a) ptr is a function pointer that returns pointer to int type
b) ptr is a pointer to an int pointer
c) ptr is a pointer to pointer to type int
d) none of the mentioned
What makes the following declaration denote?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What makes the following declaration denote?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!