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 process to generate random numbers in c programming language?

883


How can I do peek and poke in c?

844


What is the right type to use for boolean values in c? Is there a standard type?

791


How do I send escape sequences to control a terminal or other device?

842


how could explain about job profile

1657


Write a program to print factorial of given number using recursion?

793


What language is lisp written in?

854


explain what is an endless loop?

829


what is the structure pointer?

1863


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1919


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

798


What is adt in c programming?

851


How can I automatically locate a programs configuration files in the same directory as the executable?

863


What is the use of gets and puts?

774


What does %d do?

958