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
Why is it necessary to use a reference in the argument to the copy constructor?
What are the advantages of using typedef in a program?
What are c++ variables?
Explain the difference between c & c++?
How can I disable the "echo" feature?
Explain the difference between struct and class in terms of access modifier.
Is atoi safe?
What is doubly linked list in c++?
Is c++ platform dependent?
What causes a runtime error c++?
Why are arrays usually processed with for loop?
What's c++ used for?
What are the types of array in c++?
What is std namespace in c++?
Why can’t you call invariants() as the first line of your constructor?