What is the easiest sorting method to use?


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

Post New Answer

More C Interview Questions

What is use of #include in c?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


What are the differences between Structures and Arrays?

0 Answers   TCS,






why integer range between -327680to+32767

2 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


what is default constructor?

2 Answers   HCL,


What is the collection of communication lines and routers called?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


What are the advantage of c language?

0 Answers  


Categories