Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is general format for a prototype?
Differentiate between a constructor and a destructor in c++.
What is unary operator? List out the different operators involved in the unary operator.
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Why main function is special in c++?
Is the declaration of a class its interface or its implementation?
in C++ , the word plus plus who found this?
What are raw sockets, where they are efficient?
Show the declaration for a static member variable.
What does iomanip mean in c++?
What can I use instead of namespace std?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.