What is conversion constructor in C++


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

Post New Answer

More C++ Interview Questions

What kind of problems does name mangling cause?

0 Answers   Amazon,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Can we call C++ OOPS? and Why

0 Answers  


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,






Write a syntax and purpose of switch statement.

0 Answers   Agilent,


In C++ what is the meaning of data hiding?

0 Answers   Aricent,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


How can you force the compiler to not generate them?

0 Answers   Amazon,


Categories