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
what are the 10 different models of writing an addition program in C language?
Explain built-in function?
Is c is a middle level language?
What is typedef?
When should we use pointers in a c program?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is bash c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Are the expressions * ptr ++ and ++ * ptr same?
Explain how are portions of a program disabled in demo versions?
explain what is an endless loop?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Why c is called free form language?
Is a pointer a kind of array?
What is the use of function overloading in C?