1. Write a program to input n (input from keyboard) strings of characters with the length unlimited (it is defined by th
Posted: Sun May 15, 2022 2:10 pm
- code C
- Detailed description of the project's algorithm (step by
step)
1. Write a program to input n (input from keyboard) strings of characters with the length unlimited (it is defined by the program, not by the compiler). Sort them in descending or ascending order depending on the request input. Attention: These strings are sorted in ascending/descending by the order of dictionary with deleting redundant characters in each string: blank'“, comma “,' if they exist in string
- Detailed description of the project's algorithm (step by
step)
1. Write a program to input n (input from keyboard) strings of characters with the length unlimited (it is defined by the program, not by the compiler). Sort them in descending or ascending order depending on the request input. Attention: These strings are sorted in ascending/descending by the order of dictionary with deleting redundant characters in each string: blank'“, comma “,' if they exist in string