Example 92: Reading from the File
Learn how to read from the file and display its contents.
We'll cover the following...
Problem
Write a program that will read the file main.c and display its contents along with line numbers before each line. ...