What is Name Decoration?

Answers were Sorted based on User's Feedback



What is Name Decoration?..

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

What is Name Decoration?..

Answer / murali

Giving aliases to long_difficult_namespace with simple_name

( i think )

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C++ General Interview Questions

Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


What is pointer with example?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


what is object?

7 Answers  


What is a catch statement?

0 Answers  






What is object in c++ wikipedia?

0 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


What is the difference between while and do while loop? Explain with examples.

0 Answers  


What is different in C++, compare with unix?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


What is a vector c++?

0 Answers  


How do I tokenize a string in c++?

0 Answers  


Categories