Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Why doesn't C support function overloading?

Answer Posted / hrpynux@gmail.com

Function Overloading allows us to have multiple functions with the same name but with different function signatures in our code. These functions have the same name but they work on different types of arguments and return different types of data. ... Therefore, C does not support function overloading.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of pointers in c?

1078


Explain what are the __date__ and __time__ preprocessor commands?

1156


Are comments included during the compilation stage and placed in the EXE file as well?

1125


What is equivalent to ++i+++j?

1145


What is the size of enum in bytes?

1134


How can I discover how many arguments a function was actually called with?

1112


Explain what are multidimensional arrays?

1120


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

2005


Explain what is the benefit of using const for declaring constants?

1086


Can a local variable be volatile in c?

1053


What are different types of pointers?

1105


What is the advantage of an array over individual variables?

1293


When the macros gets expanded?

1482


What is identifier in c?

1057


Difference between Shallow copy and Deep copy?

2073