执行下面程序中的输出语句后,输出结果是
#include<stdio.h>
void main()
{int a;
printf("%d\n",(a=3*5,a*4,a+5));
}
发布于 2022-05-28 20:52:39
登录后免费查看答案
关注者
0
被浏览
2