getchar函数的使用易错点

详细解析为什么char ch = getchar()是错误的,而应该是int ch = getchar()
见:int ch = getchar()?
欢迎在这里提出问题、给出建议。

你可能感兴趣的:(C,c语言)