What are the uses of main, printf, clrscr, and fetch functions?
Answers
Answered by
2
Clrscr() Function in C
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). Using of clrscr() function in C is always optional but it should be place after variable or function declaration only.
Similar questions