第29题: [单项选择]有以下程序:#include<stdio.h>#include<stdio.h>main( ) { char c[6]; int i=0; for(;j<6;c[i]=getchar( ),i++); for(i=0;i<6;i++)putchar(c[i]); printf("/n");}如果从键盘上输入:ab<回车>c<回车>def<回车>则输出结果为 ______。 A. a b c d e f B. a b c d C. ab c d D. abcdef 参考答案:C 答案解析:[评析] 1.getchar():此函数的作用是从终端(或系统隐含指定的输入设备)输入一个字符。
2.putchar():此函数的作用是向终端输出一个字符,也可以输出控制字符。本题在输入字符时,a