填空题

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

【参考答案】

stmctSTRU