填空题
下列程序运行后的输出结果是
1
。
#include<stdio.h>
{
main()
(char c1='1',c2='5';
printf("/%3c\t",c2++);
printf("/%d\n",c2-c1);
}
1、
【正确答案】
1、5 5
【答案解析】
提交答案
关闭