Computer Science, asked by shaikhfizaaa, 1 year ago

what is the use of clrscr(), void main, getch() ​

Answers

Answered by Whale23
2

Answer:

Clrscr is claer screen and is used to clear the value of the algorithm displayed after every execution.

Void main denotes the start of the main function of the program.

Pls mark me brainliest answer

Answered by akshayabodiga123
0

clrscr()

this is used to clear the output screen of before compilations

void main

his indicates or from which the program begins or execution starts

getch

this is used to wait the output and to see output screen without doing alt+f5.

Similar questions