[单选题]

设有以下说明语句 typedef struct { int n; char ch[8]; }PER;

A.PER 是结构体变量名

B.PER 是结构体类型名

C.typedef struct 是结构体类型

D.struct 是结构本类型名

参考答案与解析: