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 |
How can you say that a template is better than a base class?
You want to link a c++ program to c functions. How would you do it?
What are the three types of access specifiers in C++?
What is the handle class?
Which software is best for coding?
Describe Trees using C++ with an example.
What do you mean by inheritance in c++?
What is a pointer how and when is it used?
Do vectors start at 0 c++?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
Write a program to concatenate two strings.
What is size_type?