...

/

Example 92: Reading from the File

Example 92: Reading from the File

Learn how to read from the file and display its contents.

Problem

Write a program that will read the file main.c and display its contents along with line numbers before each line.

Example

Try it yourself

Try to solve this question on your ...