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
Why does not use getgh(); and <conio.h> in c language.
write a c program to convert fahrenheit to celsius?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Write a program to reverse a linked list in c.
what is real time system?what is the differance between hard and soft real time systems
What is a class c rental property?
what is data structure.in linear and non linear data structures which one is better?Explain
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What are the various topologies? Which one is the most secure?
Why is sizeof () an operator and not a function?
Why does not c have an exponentiation operator?