设有如下结构体说明:struct ST { int a

设有如下结构体说明:

struct ST
{
	int a;
	float b;
	struct ST *c;
	double x[3];
}st1;

请填空,完成以下对数组s的定义,使其每个元素均为上述结构体类型__________。

答案
第1空:struct ST

题目信息

题号:7367
题型:填空题
难度:普通