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
How is data hiding achieved in c++?
Is overriding possible in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is encapsulation in C++? Give an example.
What is public, protected, private in c++?
Why do we need templates?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Describe protected access specifiers?
What are compilers in c++?
What is an iterator class in c++?
Explain about vectors in c ++?
What are the stages in the development cycle?
What is the difference between structures and unions?
Explain the difference between c & c++?
What is object file? How can you access object file?