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

pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


Write a program to show the workingof auto variable.

2 Answers   Infotech,


what is the defrenece between structure and union

5 Answers   Aloha Technology,


Why do we use static in c?

0 Answers  


What are c identifiers?

0 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


Lists the benefits of c programming language?

0 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Categories