Question 4806 – UGC NET CS 2014 Dec-Paper-2
May 22, 2024Computer-Networks
May 22, 2024Question 4807 – UGC NET CS 2014 Dec-Paper-2
What does the following expression means ?
char *(*(*a[N]) ( )) ( );
Correct Answer: D
Question 12 Explanation:
char *(*(*a[N]) ( )) ( ); /* an array of n pointers to function returning pointers to functions returning pointers to characters */
a pointer to a function returning array of n pointers to function returning character pointers.
a function return array of N pointers to functions returning pointers to characters
an array of n pointers to function returning pointers to characters
an array of n pointers to function returning pointers to functions returning pointers to characters.
Subscribe
Login
0 Comments