若程序中有下面的说明和定义:struct abc {

若程序中有下面的说明和定义:

struct abc 
{   
int x;   
char y;
}
struct abc s1,s2;

则会发生的情况是(  )。

答案
A

题目信息

题号:3559
题型:单选题
难度:普通