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

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 / abdur rab

The Prototype should be

int* q ( char* );

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

1327


What is masking?

1211


What are c header files?

1032


What is a structure member in c?

1050


How can you find out how much memory is available?

1112


What is the total generic pointer type?

1204


What is substring in c?

1255


What are pointers in C? Give an example where to illustrate their significance.

1272


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1641


Explain what is page thrashing?

1160


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1780


What is an identifier?

1083


What is the advantage of using #define to declare a constant?

1154


What is a rvalue?

1258


How many types of errors are there in c language? Explain

1022