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

please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Does c have circular shift operators?

0 Answers  


What is an object?

5 Answers  


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,






I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


what are the languages used in c#?

3 Answers   Infosys,


What are valid signatures for the Main function?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


What is storage class?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


Categories