Answer Posted / achal ubbott
It is by name mangling that a c++ compiler is able to
support function overloading.It is the way of
differentiating functions based on their name,number and
order and type of parameters. Unfortunately ISO has not set
any standard procedure for mangling names. So different c++
compiler vendors implement it in different ways.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is increment operator in c++?
What does scope resolution operator do?
Explain differences between alloc() and free()?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Explain the use of this pointer?
Define linked lists with the help of an example.
What is while loops?
What is a .lib file in c++?
What is an incomplete type in c++?
Write about c++ storage classes?
What is a linked list in c++?
What is the latest c++ standard?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What parameter does the constructor to an ofstream object take?
Describe about storage allocation and scope of global, extern, static, local and register variables?