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 use of pointer in c++ with example?

762


What is the importance of mutable keyword?

776


Explain the extern storage classes in c++.

755


What new()is different from malloc()?

783


What is the difference between global variables and static varables?

795


Is c++ used anymore?

818


Do class declarations end with a semicolon?

764


What is the difference between global variables and local variable

713


What is the type of this pointer in c++?

811


How will you call C functions from C ++ and vice-versa?

846


How can I improve my c++ skills?

794


What kind of problems can be solved by a namespace?

787


Write a program to add three numbers in C++ utilizing classes.

823


the first character in the variable name must be an a) special symbol b) number c) alphabet

817


Is dev c++ free?

779