Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
No Answer is Posted For this Question
Be the First to Post Answer
What are separators in c++?
what does the following statement mean? int (*a)[4]
What is ios in c++?
Find the second maximum in an array?
What is java and c++?
What is RTRT tool?can it be used for automation?can it work on packet PC?
Is c the same as c++?
this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }
Give 10 points of differences between C & C++.
What is a smart pointer?
What is a static member?
Explain what happens when a pointer is deleted twice?