Computer Science, asked by niveditavaity926, 19 days ago

why do we use clrscr(); in a program​

Answers

Answered by bmdeep
0

Answer: clrscr () function is also a non-standard function defined in “conio.h” header. This function is used to clear the console screen. It is often used at the beginning of the program (mostly after variable declaration but not necessarily) so that the console is clear for our output

Similar questions