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

Explain following declaration
int *P(void);
and
int (*p)(char *a);

Answer Posted / vijay

int* p(void) means p is a function that takes no argument a
return a pointer to integer.
int (*p)(char*a) means that p is a pointer to function that
take character pointer as argument and return an integer.

Is This Answer Correct ?    56 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you use a type cast?

1180


What is c standard library?

1270


What is ponter?

1325


What are linked lists in c?

1177


What is time null in c?

1108


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1310


Explain the ternary tree?

1077


What is the difference between malloc() and calloc() function in c language?

1134


What is a floating point in c?

1125


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2233


What are the advantages and disadvantages of a heap?

1258


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

2091


Is flag a keyword in c?

1216


What do you understand by normalization of pointers?

1101


What are operators in c?

1076