Reads a character from stdin. ... It is defined as fgetc(stdin). ... Example #include <stdio.h> int main(void) { char ch; /* prompt the user for input ...
確定! 回上一頁