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

Is dev c++ a good compiler?

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


diff between pointer and reference in c++?

1 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  






What do you mean by a template?

0 Answers  


Explain function overloading

0 Answers  


Why did you leave your last job?

2 Answers  


What is using namespace std in c++?

0 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


Explain bubble sorting.

0 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


Categories