📜  getchar in - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:42.250000             🧑  作者: Mango

代码示例1
getchar is a function in C programming language that reads a single character from the standard input stream stdin, regardless of what it is, and returns it to the program. It is specified in ANSI-C and is the most basic input function in C. It is included in the stdio. h header file.