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

What are the disadvantages of a shell structure?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Describe the modifier in c?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


Explain two-dimensional array.

0 Answers  


Can we compile a program without main() function?

0 Answers  


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


There seem to be a few missing operators ..

0 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


What is a const pointer in c?

0 Answers  


Categories