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

How can you say that a template is better than a base class?

0 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


What are the three types of access specifiers in C++?

1 Answers  


What is the handle class?

1 Answers  


Which software is best for coding?

0 Answers  






Describe Trees using C++ with an example.

0 Answers  


What do you mean by inheritance in c++?

0 Answers  


What is a pointer how and when is it used?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


Write a program to concatenate two strings.

0 Answers  


What is size_type?

0 Answers  


Categories