What meaning of clrscr?

3

3 Answers

Rammohan Jaladi Profile
Rammohan Jaladi answered
Hello! Amar,
clrscr() is a function in C language.
The expansion of clrscr is "Clear the screen".
This function is used to clear the information that is already displayed on the monitor screen.
Hope this information is useful to you.
Bye.
Rhianne H-Thomas Profile
Purpose: (CLeaR SCReen)
Clears the display screen (or the area within the region defined by the
Window procedure) and sets the screen color to the current TextBackground
color. The cursor position is set to the upper left corner of the screen (or
Window region).
Anonymous Profile
Anonymous answered

clrscr( ) is the function used in the C Programming language. It is
used to clear the previous output screen contents after running or
compiling the program.

Answer Question

Anonymous