Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.


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

Post New Answer

More C++ General Interview Questions

What is general format for a prototype?

0 Answers  


Differentiate between a constructor and a destructor in c++.

0 Answers  


What is unary operator? List out the different operators involved in the unary operator.

0 Answers  


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

0 Answers   Care,


Why main function is special in c++?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


in C++ , the word plus plus who found this?

4 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Show the declaration for a static member variable.

0 Answers  


What does iomanip mean in c++?

0 Answers  


What can I use instead of namespace std?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


Categories