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 do header files do?

1133


Is swift based on c?

1148


What is scope rule of function in c?

1149


How many data structures are there in c?

1166


What is the difference between struct and union in C?

1382


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1290


Explain how can I make sure that my program is the only one accessing a file?

1268


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2366


Explain how can I avoid the abort, retry, fail messages?

1102


What is the use of a ‘’ character?

1140


What is string length in c?

1156


What is a spanning Tree?

1660


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1942


Explain what is the difference between a free-standing and a hosted environment?

1236


What does c mean in standard form?

1240