What is meant by the term name mangling in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can I learn c++ without learning c?

0 Answers  


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


What gives the current position of the put pointer?

0 Answers  


How can you tell what shell you are running on unix system?

0 Answers  


What is the purpose of extern storage specifier?

0 Answers  






Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What is a container class? What are the types of container classes?

1 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


Why is c++ difficult?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Difference between overloaded functions and overridden functions

0 Answers  


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


Categories