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 class invariant in c++?
What is the c++ programming language used for?
What is iterator c++?
What's the most powerful programming language?
Write a note about the virtual member function?
How is data hiding achieved in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Differentiate between an array and a list?
Is c++ slower than c?
What is the difference between structure and class?
What is operators in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
State the difference between pre and post increment/decrement operations.
What is guard code in c++?
What is c++ runtime?