C语⾔单个字符的输⼊
getchar()函数
[案例] 说明getchar()函数的格式和作⽤。
putchar函数
/*功能:说明getchar()函数的格式和作⽤。*/
#include "stdio.h"        /*⽂件包含*/php手册离线版
main()
渐变美甲视频{c语言socket的read方法
char  ch;
printf("Please input two character: ");
ch=getchar();            /*输⼊1个字符并赋给ch */
putchar(ch);putchar('\n');
putchar(getchar());              /*输⼊⼀个字符并输出*/
putchar('\n');
}                        [程序演⽰]
程序运⾏情况如下:
Please input two characters: ab↙
a
b
1.getchar()函数的格式:getchar();
2.getchar()函数的作⽤:从系统隐含的输⼊设备(如键盘)输⼊⼀个字符。另外,从功能⾓度来看,scanf()函数可以完全代替getchar()函数。
app积分商城模板(1)getchar()函数只能⽤于单个字符的输⼊,⼀次输⼊⼀个字符。floating动漫
(2)程序中要使⽤getchar()函数,必须在程序(或⽂件)的开头加上编译预处理命令:
#include “stdio.h”
表⽰要使⽤的函数,包含在标准的输⼊输出头⽂件中。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。