单项选择题

若有以下语句 typedef struct S {int g;char h;}T; 以下叙述中正确的是( )。

A.可用S定义结构体变量
B.可用T定义结构体变量
C.S是struct类型的变量
D.T是struct S类型的变量