www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Functions
Wednesday 08th September 2010
 
 
Does extern in a function declaration mean anything?

Discuss it!          


The extern in a function's declaration is sometimes used to indicate that the function's
definition is in some other source file, but there is no difference between
extern int function_name(); and int function_name();

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!