1、若有如下结构体说明:
struct STRU
{ int a,b;char c: double d;
struct STRU *p1,*p2;
};请填空,以完成对t数组的定义,t数组的每个元素为该结构体类型。
________t[20];
出自:许昌学院面向对象程序设计