How do I declare an array of N pointers to functions
returning pointers to functions returning pointers
to characters?

Answer Posted / raj kumar

char *(*(*a[N])())();

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union in c?

537


What is the use of a static variable in c?

585


What is chain pointer in c?

595


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

593


Why is sprintf unsafe?

613






What is the most efficient way to count the number of bits which are set in an integer?

582


Write a program to show the change in position of a cursor using c

573


Explain can static variables be declared in a header file?

668


What is a pointer variable in c language?

639


What is the correct code to have following output in c using nested for loop?

605


What are derived data types in c?

602


Explain two-dimensional array.

619


What are the types of unary operators?

653


Explain about the constants which help in debugging?

841


How will you declare an array of three function pointers where each function receives two ints and returns a float?

770