若有以下语句 typedef struct TT { char c; int a[4];} CIN; 则下面叙述中正确的是( )。
CIN使用typedef定义的类型名,可以用来定义结构体变量,所以选择D。