注意:此页面搜索的是所有试题
题目内容
(西安石油大学-C语言程序设计)
1. 写出下列程序运行结果
main()
{ int a ;
a=’a’;
printf(“%c,%d”,a,a);
}
main()
{ int a ;
a=’a’;
printf(“%c,%d”,a,a);
}
参考答案