Is there sort function in c?



Is there sort function in c?..

Answer / Krishnapal Singh

"Yes, C has a built-in sort function called qsort(). It is a part of the standard library and can be used to sort arrays."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how could explain about job profile

1 Answers  


Explain how do you print an address?

1 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What are control structures? What are the different types?

1 Answers  


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


How do I convert a string to all upper or lower case?

1 Answers  


different between overloading and overriding

3 Answers  


What is sizeof array in c?

1 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1 Answers  


Categories