When must you use a constructor initializer list?


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

Post New Answer

More C++ Interview Questions

How to convert integer to string in C++

0 Answers  


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


Define an Abstract class in C++?

0 Answers  


What are the costs and benefits of using exceptions?

0 Answers   Amazon,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,






What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


How to input string in C++

0 Answers  


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 are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


What is an abstract class?

5 Answers   Siemens,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


Categories