In what situations do you have to use initialization list rather than assignment in constructors?
1011Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
1266Post New C++ General Questions
What is tellg () in c++?
What is the difference between global int and static int declaration?
What is class and structure in c++?
What is this pointer in c++?
What are stacks? Give an example where they are useful.
What does ios :: app do in c++?
What gives the current position of the put pointer?
What is an iterator class in c++?
What is a storage class used in c++?
explain the reference variable in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
Is there a c++ certification?
How should a contructor handle a failure?
What is a container class? What are the types of container classes in c++?
What are structs in c++?