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
Explain what is the general form of a c program?
Is file a keyword in c?
What is the difference between if else and switchstatement
What is typedef example?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is meant by operator precedence?
formula to convert 2500mmh2o into m3/hr
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is union in c?
There seem to be a few missing operators ..
what is reason of your company position's in india no. 1.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How can I read and write comma-delimited text?
Explain threaded binary trees?
When was c language developed?