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 are the basic data types used in c++?
What does new do in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
How does c++ sort work?
What is split a string in c++?
Can I uninstall microsoft c++ redistributable?
Is there structure in c++?
What is the benefit of c++?
Discussion on error handling of C++ .
If a function doesn’t return a value, how do you declare the function?
Who discovered c++?
What is c++ namespace?
Explain the extern storage classes in c++.
What is pointer to member?
Explain object slicing in c++?