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

what is a function prototype?

Answer Posted / chetna

it is the declaration of function which includes specifying
arguments and return type but does not include its body.
eg : int rev(int a);
here, rev is a function name of integer type and returns an
integer type value.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of structure padding in c?

1112


What is a sequential access file?

1236


What is typedef example?

1255


What are the header files used in c language?

1091


What is a const pointer in c?

1173


code for find determinent of amatrix

2013


What is the significance of an algorithm to C programming?

1094


What are disadvantages of C language.

1220


What are multibyte characters?

1184


What is keyword in c?

1061


find the sum of two matrices and WAP for it.

1194


What is indirection?

1148


How do I create a directory? How do I remove a directory (and its contents)?

1214


How does free() know explain how much memory to release?

1105


What is the difference between array and structure in c?

1238