What are the average number of comparisons required to sort
3 elements?
Answer Posted / hell2heaven
I think answer is 3.is it right?
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What does malloc () calloc () realloc () free () do?
What is a header file?
What is hashing in c?
develop algorithms to add polynomials (i) in one variable
Difference between pass by reference and pass by value?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain what is gets() function?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Differentiate between the expression “++a” and “a++”?
Explain what does the function toupper() do?
What does the function toupper() do?
How does sizeof know array size?
What is a ternary operator in c?
Explain how do you sort filenames in a directory?
What is the difference between exit() and _exit() function in c?