In what situations do you have to use initialization list rather than assignment in constructors?
1057Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
1323Post New C++ General Questions
Is c++ the hardest programming language?
What is the use of endl in c++ give an example?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
How much is c++ certification?
By using c++ with an example describe linked list?
What does catch(…) mean?
Why c++ is so important?
Does c++ cost money?
Explain bubble sorting.
Which programming language's unsatisfactory performance led to the discovery of c++?
How many different levels of pointers are there?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is setbase c++?
What size is allocated to the union variable?
Explain polymorphism?