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
Explain shallow copy?
What is the object serialization?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Profiler in projects?
what is smart pointer & use of the smart pointer ???
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is std :: flush?
How would you represent an error detected during constructor of an object?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Write a program to find the Factorial of a number
Is there a c++ certification?
What is the disadvantage of using a macro?