【计算机二级考试模拟题】2021年4月全国计算机等级二级C笔试考前练习习题(23).docxVIP

  • 2
  • 0
  • 约6.21千字
  • 约 8页
  • 2021-10-23 发布于湖北
  • 举报

【计算机二级考试模拟题】2021年4月全国计算机等级二级C笔试考前练习习题(23).docx

PAGE PAGE 1 【计算机二级考试模拟题】2021年4月全国计算机等级二级C笔试考前练习习题(23)   2.有以下程序  union myun  {struct  {intx,y,z;}u;  int k;  }a;  main()  {a.u.x=4;a.u.y=5;a.u.z=6;  a.k=0;  printf(“%d\n”,a.u.x);  }  程序运行后的输出结果是()  A)4  B)5  C)6  D)0   3.以下程序的输出结果是()  #include   main()  { chars1[]=123,s2[]=abc,ss[20]=010;  

文档评论(0)

1亿VIP精品文档

相关文档