Page 1 of 1

What is name mangling in C++?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) The process of adding more information to a function name so that it can be distinguished from other functions by the compiler
b) 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