Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 right way to use errno?

1114


Explain how can you tell whether a program was compiled using c versus c++?

1144


How many levels of pointers have?

1097


What are the header files used in c language?

1093


What are the basic data types associated with c?

1316


Explain what is the benefit of using an enum rather than a #define constant?

1274


Explain bitwise shift operators?

1314


Explain b+ tree?

1122


What is a struct c#?

1097


What is the function of this pointer?

1451


How can I write a function analogous to scanf?

1225


Is Exception handling possible in c language?

2094


What is cohesion in c?

1025


The __________ attribute is used to announce variables based on definitions of columns in a table?

1251


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6956