Answer Posted / achal ubbott
It is by name mangling that a c++ compiler is able to
support function overloading.It is the way of
differentiating functions based on their name,number and
order and type of parameters. Unfortunately ISO has not set
any standard procedure for mangling names. So different c++
compiler vendors implement it in different ways.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is scope resolution operator in c++ with example?
What is the use of dot in c++?
How do you add an element to a set in c++?
What is std :: endl?
What is a down cast?
How do you clear a set in c++?
What do you mean by const correctness?
Is c++ a good beginners programming language?
How to tokenize a string in c++?
What is class invariant in c++?
Write is a binary search tree? Write an algo and tell complexity?
Why c++ is better than c language?
What is == in programming?
Can you please explain the difference between overloading and overriding?
Using a smart pointer can we iterate through a container?