What is Name Decoration?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / murali
Giving aliases to long_difficult_namespace with simple_name
( i think )
| Is This Answer Correct ? | 1 Yes | 2 No |
What is a mutable member?
What is a conversion constructor?
Explain the isa and hasa class relationships.
What is the difference between a declaration and a definition?
why is c++ called oops? Explain
Using a smart pointer can we iterate through a container?
If you don’t declare a return value, what type of return value is assumed?
what you know about c++?
What is difference between rand () and srand ()?
What is a concrete class?
3- Write a program to find larger and smaller of the two numbers.
What is insertion sorting?