Answer Posted / som shekhar
In simple terms Name mangling is name decoration. Compiler
gives different names to the functions and that is why
function overloading is possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you write a function that can reverse a linked-list?
Can we get the value of ios format flags?
What is srand c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Is java as fast as c++?
What is the meaning of string in c++?
Can we use pointers in c++?
Describe the process of creation and destruction of a derived class object?
What is vectorial capacity?
What are signs of manipulation?
Are iterators pointers?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is the use of cmath in c++?
Explain one-definition rule (odr).
If a function doesn’t return a value, how do you declare the function?