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

What are the header files used in c language?

0 Answers  


how i m write c program 1.check prime number 2.prime number series

1 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


What are linker error?

0 Answers  






Write a C program in Fibonacci series.

0 Answers   iNautix,


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


What is a pragma?

0 Answers  


my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


Is null a keyword in c?

0 Answers  


What is the scope of local variable in c?

0 Answers  


Categories