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 / naveen
Then which one is the answer. i think the above one works
perfectly and they both will yield you the same results
which you wanted.
is this a tricky qustion? if so whats the answer for this
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are the 5 data types?
What is hash table in c?
Do array subscripts always start with zero?
What is the purpose of void in c?
What are global variables and explain how do you declare them?
Explain how are 16- and 32-bit numbers stored?
Write a program to reverse a linked list in c.
What are the features of c language?
Is c programming hard?
What does c value mean?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How can you tell whether two strings are the same?
What will be your course of action for a push operation?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler