单项选择题

设有以下语句:
typedef street S
int g; char h; T;
则下面叙述中正确的是( )。

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