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
How does pointer work in c?
How can I delete a file?
What is c basic?
What are the different types of pointers used in c language?
What is a 'null pointer assignment' error?
What is the process to generate random numbers in c programming language?
What is extern variable in c with example?
Explain how can I make sure that my program is the only one accessing a file?
What is abstract data structure in c?
What are control structures? What are the different types?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
How to set file pointer to beginning c?
Explain what is the benefit of using const for declaring constants?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain what are the standard predefined macros?