Answers for "how to clear console in c"

C#
1

clear screen in c

system(“cls”);
OR
system(“clear”);
Posted by: Guest on August-14-2020
0

clear screen in c

system("cls");
Posted by: Guest on May-21-2020
0

console clear c

By Using system(“clear”)
  or
By using a regex “\e[1;1H\e[2J”
Posted by: Guest on October-29-2021
1

console clear c+

i swear if you write system("cls"); one more time you're ugly
Posted by: Guest on August-02-2021

C# Answers by Framework

Browse Popular Code Answers by Language