www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Functions
Thursday 09th September 2010
 
 
Does C support function overloading?

Discuss it!          



Function overload is not present in C. In C, either use different names or pass a
union of supported types (with additional identifier that give hints of the type
to be used).
Most people think its supported because they might unknowingly be using a C++ compiler
to compile their C code and C+= does have function overloading.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!