若程序中有下面的说明和定义,则会发生的情况是编译出错.str-查字典问答网
分类选择

来自董平的问题

  若程序中有下面的说明和定义,则会发生的情况是编译出错.structabc{intx;chary;}structabcs1,s2;为什么会编译出错啊?

  若程序中有下面的说明和定义,则会发生的情况是编译出错.

  structabc

  {

  intx;

  chary;

  }

  structabcs1,s2;

  为什么会编译出错啊?

1回答
2020-04-1423:54
我要回答
提示:回答问题需要登录哦!
桑楠

  少个分号

  structabc

  {

  intx;

  chary;

  };

  structabcs1,s2;

2020-04-14 23:59:50
大家都在问
最新问答