Computer Science, asked by Mvc183010, 6 months ago

function is used to clear the output screen.
7. The function used to display the data on screen is​

Answers

Answered by jvinayreddyvr
1

Answer:

Explanation:

Printf() and scan () , which are used to display output on screen and to take input from user respectively

Answered by sakshichoudhary844
2

Answer:

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