How to read a line of text?
You can use the fgets() function to read a line of string. And, you can use puts() to display the string.
"fgets() and puts()"
Output
Enter name: Tom Hanks
Name: Tom Hanks
Mixed-up sentence exercise
Put the parts in order to form a sentence. When you think your answer is correct, click on "Check" to check your answer. If you get stuck, click on "Hint" to find out the next correct part.