How does selection sort work in c?


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

Post New Answer

More C Interview Questions

Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


how many errors in c explain deply

0 Answers  


how to go with this?

1 Answers   Wipro,


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


What is keyword in c?

0 Answers  






main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


write a program to delete an item from a particular location of an linear array?

1 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


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

2 Answers   DRDO,


What is memcpy() function?

0 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


Categories