getchar() putchar()

#include<stdio.h>
void main()
{
char c;blog

 


c=getchar();       //輸入
putchar(c);       //輸出
}get

 

相關文章
相關標籤/搜索