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 / s.srinivasulu

correct ans is option C

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

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us bitwise shift operators?

1022


How can I read in an object file and jump to locations in it?

989


What is floating point constants?

1080


In c programming language, how many parameters can be passed to a function ?

1052


How to compare array with pointer in c?

1049


How are strings stored in c?

972


How can I find the modification date of a file?

1217


write a program in c language to print your bio-data on the screen by using functions.

6733


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

975


How many parameters should a function have?

1127


How do I copy files?

1000


Write a code on reverse string and its complexity.

981


Which is better pointer or array?

974


What are variables and it what way is it different from constants?

1191


What is the condition that is applied with ?: Operator?

1069