Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].


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

Post New Answer

More C++ General Interview Questions

Why we use #include iostream in c++?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


print first nodd numbers in descending order

7 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


What are dynamic type checking?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


How to demonstrate the use of a variable?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


Is java the same as c++?

0 Answers  


what are difference between c and c++?

9 Answers   Accenture,


What is the insertion operator and what does it do?

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


Categories