Programming Languages C Objective
Mar 07, 2013

What is meaning of following pointer declaration?

int(*(*ptr1)())[2];

Choose the correct answer:
A) ptr is pointer to function
B) ptr is pointer to such function which return type is pointer to an array
C) ptr is pointer array of function
D) Both b and c
Detailed Explanation

No Explanation

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback