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 bin sh c?

586


How can I implement a delay, or time a users response, with sub-second resolution?

631


Can we declare function inside main?

572


What are the benefits of c language?

651


What does typedef struct mean?

667






What is identifier in c?

554


What are identifiers and keywords in c?

579


What is masking?

642


Does c have circular shift operators?

734


if p is a string contained in a string?

1412


Explain can the sizeof operator be used to tell the size of an array passed to a function?

600


How to explain the final year project as a fresher please answer with sample project

474


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2580


What is self-referential structure in c programming?

662


Is void a keyword in c?

584