www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Functions
Thursday 09th September 2010
 
 
What is the purpose of a function prototype?

Discuss it!          



A function prototype tells the compiler to expect a given function to be used in
a given way. That is, it tells the compiler the nature of the parameters passed to
the function (the quantity, type and order) and the nature of the value returned
by the function.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!