Which is the best sort method for library management?



Which is the best sort method for library management? ..

Answer / sinduja

Insertion sort

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

0 Answers  


How many types of errors are there in c language? Explain

0 Answers  


What is linear search?

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


What is the basic structure of c?

0 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


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

3 Answers  


Why string is used in c?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


Categories