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
Are there constructors in c?
Explain how do you declare an array that will hold more than 64kb of data?
How can I write a function analogous to scanf?
What are the different properties of variable number of arguments?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are the features of c languages?
The statement, int(*x[]) () what does in indicate?
Can main () be called recursively?
How can I find out how much free space is available on disk?
How is a macro different from a function?
Why we use conio h in c?
Is calloc better than malloc?
How can I change the size of the dynamically allocated array?
What is the right way to use errno?