有以下程序:
#include
struct S
{ int a, b; } data[2]={10,100,20,200};
main()
{ struct S p=data[1];
printf("%d\n", ++(p.a) );
}
程序运行后的输出结果是( )。
热度🔥1,114
解析:打开微信小程序查看本题解析
下列操作中,适宜使用宏的是( )。
若有以下程序
#include
main()
{ int a=1,b=2,c=3,d=4;
if ((a=2) && (b=1)) c=2;
if ((c==3) || (d=-1)) a=5;
printf("%d,%d,%d,%d\n", a,b,c,d);
}
则程序的输出结果是
下列安全设备中,不能部署在网络出口的是()
半导体集成电路是微电子技术的核心。下面有关集成电路的叙述中错误的是( )。
在Excel工作表中快速选中单元格BE370,以下最优的操作方法是( )。