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
What is structure padding in c?
What is the scope of global variable in c?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Why structure is used in c?
how we can say java is platform independent, while we require JVM for that particular Operating System?
What is a pointer and how it is initialized?
Explain spaghetti programming?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Which header file is used for clrscr?
What is 2 d array in c?
Why is sprintf unsafe?
What is the use of volatile?