Computer Science, asked by soumjoshi273, 9 months ago

what is clrscr in c language ​

Answers

Answered by Anonymous
2

Answer:

For C language, using turbo C the function clrscr() defined under conio.h (console input output header) is used to clear the screen. If you go on running the program several times, the output of the program gets longer for each execution. This can be avoided using clrscr()function in the program main() body.

Mark as brainliest✌☺

Answered by Bharti5292
1

Answer:

Please mark as brainlieast

Explanation:

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