Question: In C language Project2: LINE_ NUMBER (10 points) Write a program which copies stdin to stdout with the line numbers added. The numbers should be
Project2: LINE_ NUMBER (10 points) Write a program which copies stdin to stdout with the line numbers added. The numbers should be left-justified starting with column 1, and should be separated from the actual listing by a single tab. Test your program on the empty file, a file with one line, and a file with several lines. Demonstrate its correctness by comparing your output with the output of the UNIX's own we utility Sample run: Sline_number 3 main)/sample program*/ 4 printi("Helilo Worldin") Sline_number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
