PRACTICE: Homework 3

Due: Friday, April 28, 2023, at 11:59pm

Assignment Goal

The purpose of this assignment is to gain some experience with C programming. In particular, in this assignment, you will:

This project should be done independently. If you work with a classmate make sure you are each editing and working on your own set of files. You should not copy and paste code.

The material that we have learned in lecture is not enough to complete this assignment. It is expected that you will investigate the resources and libraries mentioned in this document to learn about how to use them.

Synopsis

In this assignment you will create your own version of the unix command wc. You will read in a file and report stats including the number of lines and number of words in the file. Your code should behave as follows: