I know about fflush(stdin)
that it is undefined behavior according to standard. But when it comes to stdout
, there is no such restriction. I did google to get the concept of using stdout
as a parameter of fflush
, but I couldn't get it.
Can someone elaborate the fflush
function having stdout
as a parameter with an easy example?