Why do C++ compilers need name mangling?

Answer Posted / siva

Compilers need name mangling to support/implement function
overloading.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe new operator?

700


How do you establish a has-a relationship?

695


Explain the scope of resolution operator.

729


How can I improve my c++ skills?

662


How can a called function determine the number of arguments that have been passed to it?

757






what is the use of void main() in C++ language?

761


What are 2 ways of exporting a function from a dll?

715


What is the benefit of learning c++?

632


Define virtual constructor.

735


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

706


Can c++ be faster than c?

692


How do I write a c++ program?

687


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

694


What is c++ course?

662


What is the oldest programming language?

667