Would you rather wait for the results of a quicksort, a
linear search, or a bubble sort on a 200000 element array?
1) Quicksort
2) Linear Search
3) Bubble Sort
Answers were Sorted based on User's Feedback
Answer / bukke ramesh naik
quicksort is best one compare two others because quick sort
takes node lists
| Is This Answer Correct ? | 2 Yes | 3 No |
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
Can a file other than a .h file be included with #include?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is the difference between ++a and a++?
How to removing white spces in c programming only bu using loops
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
what is difference between c and c++
what is the stackpointer
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What is the difference between malloc calloc and realloc in c?