问题 单项选择题

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

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

答案

参考答案:B

单项选择题
填空题