How to read and write a single character using function?
Answers
Answered by
3
getche() This function is used to get (read) single character from standard input device (keyboard) with echoing i.e. it displays the input character & it does not require [return] key after input
Similar questions