Q58
What is name mangling in C++?
A.
The process of adding more information to a function name so that it can be distinguished from other functions by the compiler
AnswerB.
The process of making common names for all the function of C++ program for better use
C.
The process of changing the names of variable
D.
The process of declaring variables of different types
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board