What is name mangling?

Answer Posted / som shekhar

In simple terms Name mangling is name decoration. Compiler
gives different names to the functions and that is why
function overloading is possible.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use of template is better than a base class?

638


Why is main function important?

577


Is c++ used anymore?

576


Explain rethrowing exceptions with an example?

600


Is c++ harder than java?

559






Can you please explain the difference between using macro and inline functions?

515


What do you mean by inheritance in c++?

596


What do nonglobal variables default to a) auto b) register c) static

637


What is a constant? Explain with an example.

548


Why c++ is better than c language?

555


Define linked lists with the help of an example.

548


What are manipulators used for?

600


Which programming language is best?

541


What is purpose of new operator?

589


Difference between pointer to constant and constant pointer to a constant. Give example.

630