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 |
Is c the same as c++?
How to implement is-a and has-a class relationships?
What do you mean by public protected and private in c++?
What is data types c++?
Write a Program for find and replace a character in a string.
What are structs in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What is an Iterator class?
How the V-Table mechanism works?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is conversion constructor?
Is there a datatype string in c++?How is the memory allocation?