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
Explain can you assign a different address to an array tag?
Is this program statement valid? INT = 10.50;
Why ca not I do something like this?
How can I copy just a portion of a string?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is sizeof int in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How arrays can be passed to a user defined function
What are the disadvantages of a shell structure?
What is %lu in c?
What is conio h in c?
What is the role of this pointer?
Array is an lvalue or not?
What are the general description for loop statement and available loop types in c?