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

what is difference between null and nul in c language

2 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


Are global variables static in c?

0 Answers  






what is a non volatile key word in c language?

1 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,


Is there any data type in c with variable size?

0 Answers  


Categories