c语言输出函数 int putchar(int ch) -------stdio.h 在stdout输出单个字符;并返回该字符转换的整形值;错误返回EOF; printf() 格式控制输出 puts() 把数组变量中的一个字符串常量输出到显示器上; putchar() 输出一个字符; posted on 2016-07-11 16:42 CenTyger 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/CenTyger/p/5660747.html