putchar 函數字符輸出函數, 其功能是在顯示器上輸出單個字符。 

其一般形式為: 

putchar(字符變量

getchar 函數的功能是從鍵盤上輸入一個字符。 

計算機getchar0與putchar0

其一般形式為: 

    getchar(); 

通常把輸入的字符賦予一個字符變量,構成賦值語句。