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
Why is polymorphism useful?
what are the iterator and generic algorithms.
What are the extraction and insertion operators in c++?
What are the differences between the function prototype and the function defi-nition?
Explain the purpose of the keyword volatile.
Is c++ the hardest programming language?
Explain what data encapsulation is in c++?
What is the use of this pointer in c++?
What is abstract keyword in c++?
Is it possible to write a c++ template to check for a function's existence?
What is heap sort in c++?
Is c++ high level programming language?
What does new do in c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Explain the advantages of using friend classes.