getch() - gets a character from the user, but that character isn't displayed on the screen
getche() - gets a character from the user and echoes the same on the screen.
2006-12-08 19:24:08
·
answer #1
·
answered by Maverick 2
·
0⤊
0⤋
getch() - gets a character from the user, but that character isn't displayed on the screen
getche() - gets a character from the user and echoes the same on the screen.
2006-12-09 00:06:04
·
answer #2
·
answered by mohanasundaram s 1
·
0⤊
0⤋
getch- it is used to get the character typed by the user on the screen.
whereas getche() - echoes that character which was typed recently
2006-12-08 21:55:08
·
answer #3
·
answered by harshita_as 1
·
0⤊
0⤋
getch retrieves a character from the keyboard without echo-ing it to the screen.
getche is the same but echos the character back to the screen.
Both getch and getche are nonstandard functions; use getchar instead.
2006-12-08 19:24:18
·
answer #4
·
answered by BigRez 6
·
0⤊
0⤋
getch() - gets a character from the user, but that character isn't displayed on the screen
getche() - gets a character from the user and echoes the same on the screen.
2006-12-08 19:24:54
·
answer #5
·
answered by here to answer all 2
·
0⤊
1⤋