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

Explain how do you list a file’s date and time?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


i want to know aptitude questions,technical questions

2 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,






without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


can we access one file to one directory?

1 Answers  


is it possible to create your own header files?

0 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


what is a non volatile key word in c language?

1 Answers  


Categories