Computer Science, asked by vidhya2228, 1 year ago

While writing a prgm? what was the purpose of using clrsr ?

Answers

Answered by BrainlyHulk
1

clrscr(), also known are clear screen function is function under header file called conio.h.

Its function is to clear the output after each run of the program. When we run program for first , the data wont be erased from the output screen. It will be showing when we run the program for second time. This make the output screen unfair. So we use clrscr() , so that it clear the screen after every execution.


BrainlyHulk: Thanks For marking my answer as Brainliest :-)
vidhya2228: Welcome
Answered by putradajati
2

Clrscr () function The clrscr () statement is used to clean the screen.

i wish that can help you

Similar questions