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 / achal ubbott

It is by name mangling that a c++ compiler is able to
support function overloading.It is the way of
differentiating functions based on their name,number and
order and type of parameters. Unfortunately ISO has not set
any standard procedure for mangling names. So different c++
compiler vendors implement it in different ways.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest c++ standard?

1193


Is there a c++ certification?

1103


Define pre-condition and post-condition to a member function in c++?

1199


Can a class be static in c++?

1144


What is the size of a vector?

1193


What is private inheritance?

1144


Is c++ a high level language?

1051


Do you know what are pure virtual functions?

1202


Which programming language is best?

1038


Differentiate between a constructor and a method in C++.

1116


List the special characteristics of constructor.

1219


What's the "software peter principleā€?

1197


Will rust take over c++?

1115


What is the cout in c++?

1106


What is the need of a destructor? Explain with the help of an example.

1088