What is the time and space complexities of merge sort and when is it preferred over quick sort?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the difference between exit() and _exit() function in c?
How can I generate floating-point random numbers?
What is the difference between call by value and call by reference in c?
prog for 1st five prime numbers in 2^x - 1
Explain how do you print only part of a string?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Why the use of alloca() is discouraged?
Differentiate between null and void pointers.
What are nested functions in c?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Does free set pointer to null?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17