How many types of sorting are there in c?


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

Post New Answer

More C Interview Questions

Where is c used?

0 Answers  


Why doesn't C support function overloading?

2 Answers  


What is putchar() function?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What's wrong with "char *p = malloc(10);" ?

4 Answers  






what is a non volatile key word in c language?

1 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


What does 3 mean in texting?

0 Answers  


What is the size of enum in bytes?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


what is calloc and malloc?

2 Answers  


What does c mean before a date?

0 Answers  


Categories