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
Why enum is used in c?
What is the correct code to have following output in c using nested for loop?
What is console in c language?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Explain the use of function toupper() with and example code?
What is the use of parallelize in spark?
What is a const pointer in c?
What are the types of i/o functions?
Explain what is operator promotion?
write a program to print data of 5 five students with structures?
What are the differences between Structures and Arrays?
Explain how do you override a defined macro?
What are the different types of C instructions?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What happens if a header file is included twice?