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 the use of void pointer and null pointer in c language?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is scope rule of function in c?
How can you restore a redirected standard stream?
Is malloc memset faster than calloc?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the difference between ‘g’ and “g” in C?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is array name a pointer?
Explain why c is faster than c++?
Explain the use of 'auto' keyword
What’s a signal? Explain what do I use signals for?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why doesn't C support function overloading?