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

What is the c++ programming language used for?

0 Answers  


What is the use of typedef?

0 Answers  


What are associate containers?

0 Answers  


What is a responder chain?

0 Answers  


What is the most common mistake on c++ and oo projects?

0 Answers  






CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


How the endl and setw manipulator works?

0 Answers  


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


Is c++ a pure oop language?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


What is dangling pointers?and what is memory leak?

5 Answers  


Write about c++ storage classes?

0 Answers  


Categories