What is bubble sort in c?


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

Post New Answer

More C Interview Questions

struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


What does %p mean c?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


What are the keywords in c?

0 Answers  


What are volatile variables in c?

0 Answers  






write a program to print sum of each row of a 2D array.

4 Answers  


Explain what are binary trees?

0 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


What are extern variables in c?

0 Answers  


What does d mean?

0 Answers  


Categories