What is selection sort in c?


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

Post New Answer

More C Interview Questions

int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


What is unsigned int in c?

0 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,


Is fortran still used in 2018?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,






hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


what does static variable mean?

0 Answers   TCS,


program to find the ASCII value of a number

8 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


What is a loop?

0 Answers  


What is enumerated data type in c?

0 Answers  


Categories