判断题

struct c      
{ 
  int x;        
  int y; 
}s[2]={1,3,2,7};

语句printf("%d",s[0].x*s[1].x)的输出结果为3

答案: 错误
微信扫码免费搜题