function is used to clear the output screen.
7. The function used to display the data on screen is
Answers
Answered by
1
Answer:
Explanation:
Printf() and scan () , which are used to display output on screen and to take input from user respectively
Answered by
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