In this video I go through the solution to exercise 1-17 from the C Programming Language book by Brian Kernighan and Dennis Ritchie (K&R).
All content is self contained and no new concepts are used that haven't been covered in the book thus far. This program only prints lines that are greater than 80 characters. It uses the get line function from the previous video solution. The get line function used is written in this video:
https://youtu.be/PmBBbvuTXfs
1-17: Write a program to print all input lines that are longer than 80 characters.
1-17 0: 38
Download
0 formats
No download links available.
The C Programming Language K&R: 1-17 Solution | NatokHD