Explain the bubble sort algorithm.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


What type is sizeof?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


How can you call a function, given its name as a string?

0 Answers  






What is the use of bitwise operator?

0 Answers  


What are shell structures used for?

0 Answers  


What is difference between stdio h and conio h?

0 Answers  


What is strcpy() function?

0 Answers  


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


Categories