what is the use ofclrscr() function?
Answers
Answered by
1
Explanation:
Clrscr() Function in C
It is a predefined function in "conio. h" (console input output header file) used to clear the console screen. It is a predefined function, by using this function we can clear the data from console (Monitor).
I hope it will help you
Answered by
1
Answer:
Clrscr() Function in C
It is a predefined function in "conio. h" (console input output header file) used to clear the console screen. It is a predefined function, by using this function we can clear the data from console (Monitor).
Similar questions