www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Functions
Wednesday 08th September 2010
 
 
What does the error, invalid redeclaration of a function mean?

Discuss it!          



If there is no declaration in scope then it is assumed to be declared as returning
an int and without any argument type information. This can lead to discrepancies
if the function is later declared or defined. Such functions must be declared before
they are called. Also check if there is another function in some header file with
the same name.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!