Computer Science, asked by jag8495, 4 months ago

INPUT is a command used to clear the output screen give me answer true or false​

Answers

Answered by nitinsindhwani517
4

Answer:

Explanation: h" (console input output header file) used to clear the console screen. It is a predefined function, by using this function we can clear the data from console (Monitor). Normally we use the clear command or press “Ctrl + L” to clear the terminal screen in Linux.

Answered by sakshichoudhary844
2

Answer:

false

Explanation:

Functions which are used to clear output screen depend on the compiler, commonly used functions/methods are: Using clrscr() - For TurboC Compiler. Using system("cls") - For TurboC Compiler. Using system("clear") - For gcc/g++ compiler in Linux.

Similar questions