Hi,
I am using code::blocks compiler, the command
clrscr();
is giving error below error
"clrscr was not declared in this scope"
Kindly help to resolve this issue.
thanks and regards
Murugesan
Last edited on
You should include the header where this function is declared. It is not a standard function and can be absent in your compiler implementation.
Last edited on