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...

4.A function 'q' that accepts a pointer to a character as
argument and returns a pointer to an array of integer can
be declared as:
A)int (*q(char*)) []
B)int *q(char*) []
C)int(*q)(char*) []
D)None of the Above

Answer Posted / ravi

correct ans is option C

that is
int (*q)(char*)[]

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a built-in function in C?

1669


Can 'this' pointer by used in the constructor?

1133


What are the two types of functions in c?

1057


What are qualifiers in c?

1089


Are pointers integers in c?

1122


what is different between auto and local static? why should we use local static?

1171


What are formal parameters?

1174


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1107


What is the difference between array and pointer in c?

1222


What is an arrays?

1139


Which one would you prefer - a macro or a function?

1133


What is a example of a variable?

1063


Where is c used?

1154


Explain what is the heap?

1102


explain what is fifo?

1132