C Templates
- Template 1 - reads data until a terminating value is reached
- Template 2 - reads data a specified number of times
- Template 3 - reads lines of data at a time until end of file (fgets)
- Template 4 - reads lines of data at a time until end of file (scanf)