Computer Science, asked by salujamehakp109ru, 10 months ago

How to clear the output screen of any C++ program??​

Answers

Answered by charlie1505
2

Answer:

clrscr() command is used to clean output in turbo c compiler.

clear for gcc compiler in ubuntu

Answered by raghavendra61
2

Answer:

clrscr()

Explanation:

clrscr() is the function which comes under <manip.h> header file ,for better execution use getch() function at the end of the program which will come under same headerfile

Similar questions