- 1

C++

I Install code in C++ and i found commands i don't know what's mean: šŸŸ” <conio.h> šŸŸ” beginning: šŸŸ” system ("CLC"); šŸŸ” gotostart šŸŸ” goto beginning; šŸŸ” getch() Thank You !

9th Apr 2022, 9:34 AM
Tarek
Tarek - avatar
1 Answer
0
conio.h function skip extra line of output from the output display. 2. system("CLC") function removed the output from start to where you write this function.
14th Apr 2022, 11:52 AM
Md Fuadul Islam Redoy
Md Fuadul Islam Redoy - avatar