ممكن حدا يحللي السؤااااال ضروري لازم اسلمو للدكتور بـ 1\3 سااعدوني :"( 



Write a program that reads one line of text, up to 80 characters, using gets and prints:
1. The number of words in the text. Words are separated by spaces , ; .
2. The words in the text sorted in alphabetical order
3. The words sorted in length
4. The words concatenated in one string
[FONT="]You should divide the program into functions. Use only pointers in your functions. [] are only allowed in the main function.




Write a program that reads one line of text, up to 80 characters, using gets and prints:
1. The number of words in the text. Words are separated by spaces , ; .
2. The words in the text sorted in alphabetical order
3. The words sorted in length
4. The words concatenated in one string
[FONT="]You should divide the program into functions. Use only pointers in your functions. [] are only allowed in the main function.
[/FONT]