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
What is meant by const_cast?
Which operations are permitted on pointers?
What do you mean by translation unit in c++?
What is cin clear () in c++?
Implement stack operations with pointers with appropriate exception checks.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Write about the members that a derived class can add?
Have you used MSVC? What do you think of it?
Is nan a c++?
What is encapsulation in c++?
structure that describe a hotel with name, address,rooms and number of rooms
How can I learn dev c++ programming?