What do you mean by Getch?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Labour Organization, Lives in Geneva, Switzerland.
Answered Jul 12, 2015. getch() is actually a standard input library function in C language.getch() -known as get character- is a function get an input from the keyboard. Upon executing the getch() function the program control will wait until a character is inputted by the user from keyboard.
2023-05-12 14:09:54
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Wilson
QuesHub.com delivers expert answers and knowledge to you.
Answered Jul 12, 2015. getch() is actually a standard input library function in C language.getch() -known as get character- is a function get an input from the keyboard. Upon executing the getch() function the program control will wait until a character is inputted by the user from keyboard.