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

Answer Posted / ashutosh tiwari

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

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a free-standing and a hosted environment?

636


what is the format specifier for printing a pointer value?

609


Is c pass by value or reference?

593


Explain the difference between ++u and u++?

633


What is function in c with example?

625






Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1562


How many levels of pointers have?

589


How is a null pointer different from a dangling pointer?

555


What is a void pointer? When is a void pointer used?

618


Explain function?

659


Explain the red-black trees?

602


Explain what is the difference between #include and #include 'file' ?

579


What does the c in ctime mean?

561


Why do we use static in c?

629


what is the structure pointer?

1642