In what situations do you have to use initialization list rather than assignment in constructors?
1104Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
1378Post New C++ General Questions
What is data types c++?
Explain the auto storage classes in c++.
What is the full form of dos?
What is exception handling? Does c++ support exception handling?
Which operator cannot be overloaded c++?
How does the copy constructor differ from the assignment operator (=)?
What are disadvantages of pointers?
How do c++ struct differs from the c++ class?
When must you use a pointer rather than a reference?
What is c++ manipulator?
Explain the use of this pointer?
What sorting algorithm does c++ use?
What is the use of object in c++?
What is size of string in c++?
How do I run a program in notepad ++?