区别:putchar()函数只能输出单个字符,而printf()函数可以输出各种类型的数据,例如字符型、浮点型、整数型;“printf("%c",A)”相当于“putchar(A)”,如果只想输出一个字符,putchar