In this exercise we will learn how to read data from file using fgets() function...
EX: Write a C program to read data from file using fgets(), C program to read data from file, How to read content from the file in C.
In previous program we learnt how to read data from file using fgetc(). In this program we will use fgets() to read content from the file.