What is bubble sort technique in c?


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

Post New Answer

More C Interview Questions

What is main function in c?

0 Answers  


How to add two numbers with using function?

4 Answers  


What does != Mean in c?

0 Answers  


What are external variables in c?

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,






What is #ifdef ? What is its application?

0 Answers   TCS,


What is the right type to use for boolean values in c?

0 Answers  


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


How to set a variable in the environment list?

1 Answers  


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


Categories