Can anyone tell me why i am not able to clear console | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone tell me why i am not able to clear console

Can anyone tell me why i am not able to clear console in c++ I have use system("clear"); or system("cls"); but still i am unable to clear console

29th Jul 2021, 3:29 PM
Atul Chourasiya
Atul Chourasiya - avatar
1 Answer
+ 3
You should type it as, #This is working at python import os as * #for import os module #then your steatements #this is the way system('clear')
18th Oct 2021, 2:51 AM
Dilip ishara
Dilip ishara - avatar