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 do C++ compilers need name mangling?

Answer Posted / guest

Name mangling is the rule according to which C++ changes
function's name into function signature before passing that
function to a linker. This is how the linker differentiates
between different functions with the same name.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anonymous object in c++?

1134


How to tokenize a string in c++?

1106


Which bitwise operator is used to check whether a particular bit is on or off?

1115


Why is main an int?

1036


What is a tuple c++?

1047


What are the various arithmetic operators in c++?

1178


Explain the difference between new() and malloc() in c++?

1170


Why struct is used in c++?

1170


What is a breakpoint?

1071


What would happen on forgetting [], while deallocating an array through new?

1142


What is function overriding in c++?

1108


Is dev c++ a good compiler?

1009


Which software is used for c++ programming?

1131


Why do we use string in c++?

994


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

1223