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 / rani

int *q(char*)[] can be a proper answer

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2368


Explain bitwise shift operators?

1316


In C, What is the #line used for?

2326


What is getch () for?

1316


Difference between pass by reference and pass by value?

1208


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


When should a far pointer be used?

1186


What is self-referential structure in c programming?

1280


What is the difference between exit() and _exit() function?

1101


What is time complexity c?

1041


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1118


How pointers are declared?

1010


What is the purpose of the preprocessor directive error?

1315


What is the basic structure of c?

1154


Write a program to swap two numbers without using a temporary variable?

1179