Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

which word is use in place of flushall() ?

–2 votes
asked Mar 13, 2021 by kunjal kanani (640 points)

2 Answers

0 votes
answered Mar 15, 2021 by Peter Minarik (84,720 points)

If you mean the Microsoft specific flushall() C method, I think you should used the fflush() instead.

commented Mar 30, 2021 by Venkata chaitanya siddireddy (110 points)
TO CLEAR OUTPUT OF THE PREVIOUS PROGRMMES IT IS fflush used in the digital clock
0 votes
answered Apr 4, 2021 by Vikash Sharma (140 points)
__fpurge(std);
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...