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 public, protected, private in c++?
How we can differentiate between a pre and post increment operators during overloading?
What is stream and its types in c++?
What is a try block?
Is linux written in c or c++?
Differentiate between an external iterator and an internal iterator?
What's c++ used for?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What are the various storage classes in C++?
Can we use pointers in c++?
Explain virtual destructor?
What is conditions when using boolean operators?
What is the main use of c++?
Why is c++ still used?
Can I learn c++ without c?