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
What are # preprocessor operator in c?
what are non standard function in c
How do you define a function?
What does 3 mean in texting?
What is int main () in c?
Explain the properties of union.
What are the __date__ and __time__ preprocessor commands?
How would you rename a function in C?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What does printf does?
What does %p mean c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is quick sort in c?
Is there any demerits of using pointer?
What is the size of structure in c?