- 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 !
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.