fprintf() and fscanf() function in c | record I/O in c | file input output in c : part 5

preview_player
Показать описание
Please Note: At end example , instead of using " while(fscanf(fp, "...", "... " )!=NULL) " try using "while(fscanf(fp, "...", "... " )!=EOF) " , in case you gets infinite loop problem.
Hello guys , in this video I had explained the two library functions which are fprintf() and fscanf() . I had elaborated the need of fprintf() and fscanf() function and also described how to use fprintf() and fscanf() function in c programming language. At the end, a general explanation and need of fflush() function is also provided.
Topics covered in this video are:
- fprintf() and fscanf() function in c programming
- need of fprintf() and fscanf() function in c
- use of fprintf() and fscanf() function in c
- fprintf() and fscanf() function in detail
- fflush() function in c programming
- need of fflush() function in c
- examples on fprintf() funtion in c
- examples on fscanf() function in c
- examples on fflush() function in c
- fprintf() and scanf() in detail
#fprintf_and_fscanf_function

_____________________________________________________
Support My Work On ...

_____________________________________________________
Connect With Me On ...

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

bro really u did a great job. i liked ur explanation. u really explained in detail. i didnt comment to anyone till now and you are the guy stilled my first comment and also there is a problem in ur code. when i executed that while(fscanf(pointer, "", )!=NULL) it working as a infinite loop. but when i make use of EOF instead of NULL its working correctly the best.

VijayKumar-ftcc
join shbcf.ru