

MCQOPTIONS
Saved Bookmarks
1. |
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» B. The process of making common names for all the function of C++ program for better use | |