Showing posts with label fflush program in c. Show all posts
Showing posts with label fflush program in c. Show all posts

Tuesday, October 20, 2020

, ,

How to use the fflush in c programming with example

 fflush() function in c programming is use to  flushes the contents of output to given file.Understand the fflush function:-To discuses the common issue due to the output buffering after the execute the c program. #include <stdio.h> int main() { fprintf(stdout, "This is to stdout....