定义如下结构体类型ST:struct ST { char a; int b; }; 则下列语句中正确的是( )。
A、Struct St x;
B、struct st x;
C、STRUCT ST x;
D、struct STx;