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 the use of pointer in c++ with example?
What is the importance of mutable keyword?
Explain the extern storage classes in c++.
What new()is different from malloc()?
What is the difference between global variables and static varables?
Is c++ used anymore?
Do class declarations end with a semicolon?
What is the difference between global variables and local variable
What is the type of this pointer in c++?
How will you call C functions from C ++ and vice-versa?
How can I improve my c++ skills?
What kind of problems can be solved by a namespace?
Write a program to add three numbers in C++ utilizing classes.
the first character in the variable name must be an a) special symbol b) number c) alphabet
Is dev c++ free?