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