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
What is the use of map in c++?
explain the reference variable in c++?
Is c++ a programming language?
Can we declare a base-class destructor as virtual?
Why would you use pointers in c++?
How do you flush a buffer in c++?
What is a list c++?
What is private inheritance?
Explain differences between alloc() and free()?
Is c++ pass by reference or value?
What is a pointer with example?
Explain about templates of C++.
Differentiate between late binding and early binding. What are the advantages of early binding?
What do you mean by a template?
What is the C-style character string?