Do we have to use initialization list in spite of the assignment in constructors?


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

Post New Answer

More C++ General Interview Questions

What are the rules for naming an identifier?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


what is the use of templates?

3 Answers  


daily Routine of father

0 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


What is the role of C++ shorthand's?

0 Answers   TCS,


Explain virtual class and friend class.

0 Answers  


What is the most common mistake on c++ and oo projects?

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


Explain the pure virtual functions?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


Categories