The getche() function reads a character from the keyboard and ____ it on the screen.

The getche() function reads a character from the keyboard and ____ it on the screen.

Explanation

getche() reads a single character from the keyboard and displays (echoes) it immediately on the screen.

It's part of conio.h in C programming, often used for interactive input.