write a C and C++ programme to implement the
A,bubble sort
B,quick sort
C,insertion sort
D,sequential search
E,binary search



write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequ..

Answer / das4real@gmail.com

hi house say something

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More C Interview Questions

How would you write qsort?

1 Answers  


What is c mainly used for?

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


give one ip, find out which contry

4 Answers   Google,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,






What are the differences between new and malloc in C?

0 Answers   Amazon,


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


wats SIZE_T meant for?

1 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


why program counter is 16 bit?

3 Answers  


What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

3 Answers   Accenture,


Is multithreading possible in c?

0 Answers  


Categories