what about "char *(*(*a[])())();"

Answer Posted / sandeep rehlan

this is a pointer to an array

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mpi and openmp?

736


Explain about the constants which help in debugging?

857


What is c token?

611


Where are c variables stored in memory?

599


What are the general description for loop statement and available loop types in c?

689






What is the purpose of void pointer?

599


What is difference between Structure and Unions?

640


Are there any problems with performing mathematical operations on different variable types?

575


What is a protocol in c?

559


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4743


Explain what is a static function?

633


What are the advantages of using new operator as compared to the function malloc ()?

758


What is the difference between pure virtual function and virtual function?

652


How can I prevent another program from modifying part of a file that I am modifying?

614


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1633