Is there a built-in function in C that can be used for sorting data?


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

Post New Answer

More C Interview Questions

Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


Explain what are multidimensional arrays?

0 Answers  


What's the difference between a linked list and an array?

14 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


When c language was developed?

0 Answers  






An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


Who is invented by c?

24 Answers   Infosys, Mphasis,


What is quick sort in c?

0 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


Explain what is the advantage of a random access file?

0 Answers  


Why is python slower than c?

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  


Categories