I need to take a sentence from input and sort the words
alphabetically using the C programming language.
Note: This is C not C++.
qsort and strtok not allowed
Answer Posted / chumurva
its working but not correct.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a volatile keyword in c?
What is a void pointer? When is a void pointer used?
What is union and structure?
What is huge pointer in c?
explain what is a newline escape sequence?
Is there a built-in function in C that can be used for sorting data?
What is pass by reference in c?
How do I convert a string to all upper or lower case?
Explain how do you determine the length of a string value that was stored in a variable?
Can you explain the four storage classes in C?
Why do we use return in c?
What is meant by keywords in c?
shorting algorithmS
Write a program to print ASCII code for a given digit.
Which is better oop or procedural?