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
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
Answer: Option A
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion