Programming in C: Lesson 25 - Searching for a pattern in a file

Programming in C: Lesson 25 - Searching for a pattern in a file

In this lecture I use what we have learned about strings to show how to write code that searches for the first instance of a string (pattern) in a file.