what is the purpose of getch() function
Answers
Answered by
1
Answer:
"getch() is used to hold the console(output) window on the screen after the whole program run is completed till the user enters a key from keyboard. However, the character entered is not displayed on screen. For that you will have to use getche() function "
Similar questions