Hello,
What is the difference between -------->
1. clrscr(); // defined in various header files
2. system("cls"); //available in stdio.h in bloodshed dev c++
Well, if there are no differences, then can we use them interchangebly?
PLUS,
I saw a bit slower execution of program (I'm not sure about this fact) while execution of my code that contained system("cls"); than clrscr();. Does that implies that system("cls"); is slower in execution in clrscr();? If yes, what's the reason for it?
THANKS TO EVERYONE IN ADVANCE........ ...
=============
[AmbrNewlearner]
=============
What is the difference between -------->
1. clrscr(); // defined in various header files
2. system("cls"); //available in stdio.h in bloodshed dev c++
Well, if there are no differences, then can we use them interchangebly?
PLUS,
I saw a bit slower execution of program (I'm not sure about this fact) while execution of my code that contained system("cls"); than clrscr();. Does that implies that system("cls"); is slower in execution in clrscr();? If yes, what's the reason for it?
THANKS TO EVERYONE IN ADVANCE........ ...
=============
[AmbrNewlearner]
=============
Comment