what is a function prototype?



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

Post New Answer

More C Interview Questions

write a C program to print the program itself ?!

16 Answers   TCS,


what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


What is wrong with this code?

0 Answers  


disadvantages of realloc ?

1 Answers   HCL,


What are pointers? What are different types of pointers?

0 Answers   Fidelity,






how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What is 'bus error'?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


why wipro wase

0 Answers   Wipro,


Why we write conio h in c?

0 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


How a string is stored in c?

0 Answers  


Categories