
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....