Discussion:
Q: Create a C program that accepts a string of characters from a terminal and displays the string one word per line. Make your array 80 characters and assume the entered text will be less than 80 characters. A complete C program is included as well as a description of how the program works.