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 anonymous object in c++?
How to tokenize a string in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
Why is main an int?
What is a tuple c++?
What are the various arithmetic operators in c++?
Explain the difference between new() and malloc() in c++?
Why struct is used in c++?
What is a breakpoint?
What would happen on forgetting [], while deallocating an array through new?
What is function overriding in c++?
Is dev c++ a good compiler?
Which software is used for c++ programming?
Why do we use string in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101