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
What is difference between far and near pointers?
What is the difference between far and near in c?
Can we initialize extern variable in c?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How can my program discover the complete pathname to the executable from which it was invoked?
Is c programming hard?
Explain enumerated types in c language?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is console in c language?
what are the advantages of a macro over a function?
What are the application of void data type in c?
What is modeling?
Explain what is wrong with this statement? Myname = ?robin?;
How do you generate random numbers in C?
What is gets() function?