Answer Posted / guest
Name mangling is the rule according to which C++ changes
function's name into function signature before passing that
function to a linker. This is how the linker differentiates
between different functions with the same name.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Write about the members that a derived class can add?
Can a constructor return a value?
What are the steps in the development cycle?
What are c++ files?
What is c strings syntax?
How the programmer of a class should decide whether to declare member function or a friend function?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Why do we use classes in programming?
What do you mean by translation unit in c++?
What is difference between n and endl in c++?
Why use of template is better than a base class?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What should main() return in c and c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
How is data hiding achieved in c++?