Answer Posted / siva
Compilers need name mangling to support/implement function
overloading.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe new operator?
How do you establish a has-a relationship?
Explain the scope of resolution operator.
How can I improve my c++ skills?
How can a called function determine the number of arguments that have been passed to it?
what is the use of void main() in C++ language?
What are 2 ways of exporting a function from a dll?
What is the benefit of learning c++?
Define virtual constructor.
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Can c++ be faster than c?
How do I write a c++ program?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is c++ course?
What is the oldest programming language?