Skip to content
Thomas Foster edited this page Apr 9, 2021 · 1 revision

Function   Clears the text mode window.

Syntaxvoid clrscr(void);

Prototype in   conio.h

Return value   None.

See also clreol, delline, window

Remarks

clrscr clears the current text window and places the cursor in the upper left-hand corner.

Header Files

Clone this wiki locally