定义以下结构体数组
struct c
{
int x;
int y;
}s[2]={1,3,2,7};
语句printf("%d",s[0].x*s[1].x)的输出结果为( )
(A) 14
(B) 6
(C) 2
(D) 21
出自:河南工程学院高级语言程序设计