C - What is the exact meaning of "fflush(stdin)" in the, The purpose of fflush is to clean or flush the buffer generated due to its argument.for example. char ch [10]; scanf ("%s",ch); // here scanf finishes … Tags: learn how to do input using better techniques thanlearn how...