Question: * Change this program so that it reads from standard input (stdin) one line at a time and prints out the line with both the
*
Change this program so that it reads from standard input (stdin)
one line at a time and prints out the line with both the line
number and # of characters in the line in front.
Remember to make sure the line variable is free'ed before the program
finishes. Make sure to print a at the end, even if the last character
read from stdin is not . Check the help on printf on how to print the
line numbers to make the %d printed use 5 spaces, and the character count
to use 4 spaces.
*/
#include
#include
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
