getchar()函数举例

#include<stdio.h>
void main()
{
char ch;
ch=getchar();
printf("%c",ch);
}

posted on 2019-12-16 19:24  张德明  阅读(1068)  评论(0)    收藏  举报