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?

Answers were Sorted based on User's Feedback



what is a function prototype?..

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

what is a function prototype?..

Answer / nashiinformaticssolutions

A function prototype declares the function's name, return type, and parameters without providing the actual implementation.

Is This Answer Correct ?    0 Yes 0 No

what is a function prototype?..

Answer / nashiinformaticssolutions

A declaration of a function that specifies its return type and parameters, e.g., int add(int, int);

Is This Answer Correct ?    0 Yes 0 No

what is a function prototype?..

Answer / glibwaresoftsolutions

A function prototype declares the function's name, return type, and parameters without providing the actual implementation.

Is This Answer Correct ?    0 Yes 0 No

what is a function prototype?..

Answer / hr@tgksolutions.com

A function prototype declares the function's name, return type, and parameters without providing the actual implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


a program that can input number of records and can view it again the record

0 Answers   Accenture,


WHAT IS FLOAT?

3 Answers  


What is infinite loop?

0 Answers  


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


what is the code to display color fonts in the output?

1 Answers  


What are the disadvantages of a shell structure?

0 Answers  


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


How can I find out if there are characters available for reading?

0 Answers  


how i m write c program 1.check prime number 2.prime number series

1 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


What is pointer in c?

0 Answers  


Categories