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 123 and 0123 in c?

706


What is putchar() function?

623


What is the significance of scope resolution operator?

845


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1880


What are different types of pointers?

552






general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

576


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1442


What is typedf?

658


What is multidimensional arrays

622


Explain heap and queue.

574


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

634


Is c easy to learn?

550


What is atoi and atof in c?

609


What is the use of header files?

588


Is there sort function in c?

567