what is clrscr in c language
Answers
Answered by
0
Answer:
"clrscr" function (works in Turbo C compiler only) clears the screen and move cursor to upper left hand corner of screen.
Answered by
1
Explanation:
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.
Similar questions
Science,
6 months ago
Political Science,
6 months ago
Physics,
6 months ago
Chemistry,
1 year ago
Math,
1 year ago