填空题

若有如下结构体说明: struct STRU {int a,b;char c:double d; struct STRU *p1,*p2; }; 请填空,以完成对t数组的定义,t数组的每个元素为该结构体类型。 【16】 t[20]

【参考答案】

struct STRU