Why we need to use # include < conio.h > ?
# include < conio.h >: Console
Input Output. The following are the list of functions are in conio.h
clrscr() It clears the output screen.
getch() Gets a character from the console but does not
echo in the screen.
Etc.