Which of the following sorts is quickest when sorting the
following set: 1 2 3 5 4
1) Quick Sort
2) Bubble Sort
3) Merge Sort
Post New Answer View All Answers
Explain what is the benefit of using const for declaring constants?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Why do we use c for the speed of light?
What is the size of enum in bytes?
please send me the code for multiplying sparse matrix using c
Why & is used in scanf in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How can I change the size of the dynamically allocated array?
How do you determine the length of a string value that was stored in a variable?
What is exit() function?
What is size of union in c?
What are valid signatures for the Main function?
What does %2f mean in c?