单项选择题

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

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