In c language which function is used to clear the output screen?
a)scan()
b)printf()
c)getch()
d)clrscr()
Answers
Answered by
13
Answer:
clrscr().........
Explanation:
...
Answered by
1
Option d)clrscr() is correct answer.
- C language is commonly used computer programming language, used in various applications.
- clrscrn() is the clear screen function.
- It is a predefined function that clears the monitor, of any available data or output.
- The function is predefined in conio.h. conio.h stands for console input output header file.
- getch() reads a single input character from keyboard while scan() can read string, numerical data as well as character.
- print() produces the result.
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Computer Science,
3 months ago
English,
6 months ago
Math,
11 months ago
Chemistry,
11 months ago