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
What is a container class? What are the types of container classes in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Why are pointers used?
Explain binary search.
What c++ is used for?
What is a stack? How it can be implemented?
How do you add an element to a set in c++?
What is a namespace in c++?
What is using namespace std in c++?
How one would use switch in a program?
What are the benefits of pointers?
Why is c++ not purely object oriented?
When is the destructor called?
Tell me can a pure virtual function have an implementation?