C Clear Console

[Solved] C Clear Console | Rust - Code Explorer | yomemimo.com
Question : clear screen in c

Answered by : sad-santa

system(“cls”);
OR
system(“clear”);

Source : https://www.tutorialspoint.com/how-to-clear-console-in-c | Last Update : Fri, 21 Aug 20

Question : clear screen in c

Answered by : hurt-hyena-1dsw6k0el65c

system("cls");

Source : | Last Update : Thu, 28 May 20

Answers related to c clear console

Code Explorer Popular Question For Rust