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
3- Write a program to find larger and smaller of the two numbers.
What is a v-table?
What are structures and unions?
What is singleton pattern in c++?
What are the advantages of prototyping?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What are smart pointer? Whats its use?
Is c++ double?
Explain the concept of dynamic allocation of memory?
Explain stack & heap objects?
Explain what are accessor methods?