What is the characteristics of getch() for c++ language?
Answers
Answered by
0
the characteristic of getch() function is to hold the screen in a c++ program execution.
Answered by
0
Answer:
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.
Similar questions