Explain the bubble sort algorithm.
No Answer is Posted For this Question
Be the First to Post Answer
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Why is c faster?
What are the advantages and disadvantages of pointers?
What kind of structure is a house?
What does do in c?
Why is event driven programming or procedural programming, better within specific scenario?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How to swap 3 numbers without using 4th variable?
Write code for finding depth of tree
Why is main function so important?
How arrays can be passed to a user defined function
What does typedef struct mean?