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

code for reverse alternate words from astring

1 Answers   IBM,


C language questions for civil engineering

0 Answers   Tech Mahindra,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,






Why c is a mother language?

0 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


What is the difference b/w Structure & Union?

3 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


Categories