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 difference between new() and malloc()?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is an adaptor class or wrapper class in c++?
how to connect with oracle 9i with server in socket program in c/c++
Define pointers?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Is java based off c++?
Explain how we implement exception handling in c++?
What is istream c++?
What are the four partitions in which c++ compiler divides the ram?
What are the uses of c++ in the real world?
Can non graphic characters be used and processed in C++?
Is c++ the most powerful language?
What is a base class?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;