A SERVICE OF

logo

Function Reference 4-5
printf("\nPress the same key: "); // Test the mode
while (_kbhit())
;
iInput = _getch();
printf("\nYou pressed %c\n", iInput);
}