最佳答案:需要学会类型转换字符%c的使用。main() { char c='A'; int i=65; printf("c=%c,%5c,%d\n",c,c,c); printf