What kind of problems does name mangling cause?


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

Post New Answer

More C++ Interview Questions

What does it mean to declare a function or variable as static?

0 Answers   Amazon,


what is a pragma in C++?

0 Answers   Aspire,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is C++11?

0 Answers   Adobe,






Write a C++ Program to find Addition of Two Numbers.

1 Answers  


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


How many times will this loop execute? Explain your answer.

0 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What does malloc return in C and C++?

0 Answers   Alter,


How to reverse a string in C++

0 Answers  


Categories