C programming video tutorial - How to read files

preview_player
Показать описание
This C programming video tutorial explains you how to read data or information from a file. Here we use fscanf() and fgets() to read data from files.
From this tutorial you can learn how to read data using fscanf() and fgets(), what is the syntax of its, how to use them in detail with example.

Complete series of data structures video with C coding is here.

All pattern printing tutorials are here. Here we print the stars in different format.

Other pages of SlideHunt

-~-~~-~~~-~~-~-
#SlideHunt
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

U gave the length 20.then how did the program print 2lines?

bushravlog
Автор

YOU ONLY READ ONE LINE FROM THE FILE! I WANNA READ A FILE WITH MULTIPLE LINES!
MULTIPLE!

themaster