I searched the web for this, but can't find satisfactory result.
Can anyone show me the use of fflush(stdout)
in C and a simple code that can be run with and without fflush(stdout)
so that it is easy to figure out the difference in the output. Also please explain the same in simplest form.