What is Name Decoration?

Answer Posted / nishikant sahu

While function overloading, to identify the exact function
compiler change the name of all overloaded function with the
help of calling convention.its aka name mangling but NM
depends complier to compiler.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a container class? What are the types of container classes in c++?

871


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

815


What are the new features that iso/ansi c++ has added to original c++ specifications?

793


Why are pointers used?

742


Explain binary search.

791


What c++ is used for?

822


What is a stack? How it can be implemented?

894


How do you add an element to a set in c++?

733


What is a namespace in c++?

1394


What is using namespace std in c++?

787


How one would use switch in a program?

812


What are the benefits of pointers?

763


Why is c++ not purely object oriented?

756


When is the destructor called?

777


Tell me can a pure virtual function have an implementation?

763