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
Is c still used?
Which is better between malloc and calloc?
What is floating point constants?
Can we increase size of array in c?
What is static and auto variables in c?
Differentiate between static and dynamic modeling.
What is main return c?
Differentiate between a structure and a union.
What is #ifdef ? What is its application?
What is line in c preprocessor?
What is a spanning Tree?
Why header file is used in c?
Lists the benefits of c programming language?
How is pointer initialized in c?
Write a program to print "hello world" without using a semicolon?