当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

若有以下说明和语句:sturct st { int n;char *ch;}; struct st a[3]={5, "abc",7, "def",9, "ghk" /> <div class="width960"> <div id="div_lit_topnav_960_90"> <div class="h15"> </div> <script type="text/javascript"> /*Ask_960-90_通栏*/ var


参考答案
您可能感兴趣的试题
  • 若有下列说明和语句,则对结构体变量st中成员i的引用方式不正确的是()。 Stmct stu {int i; int na

  • 若有以下说明和定义语句,则变量w在内存中所占的字节数是【19】。 unionaa{floatx;floaty;c

  • 若有以下说明和语句 struct student {int age; int num; }std, *p; p=&std; 则以下对结构体变量std

  • 若有以下定义和语句 struct a{ int n,m;}; struct a st[3]={{2,3},{4,5},{6,7}}; struct a*p=st;

  • 若有以下说明和语句 其输出结果是());

  • 若有以下说明和定义语句 则变量w在内存中所占的字节数是【19】。 unionaa{floatx;floaty;c