下列语句中( )能满足如下要求 (Small 编译模式):定义一个指向位于xdata 存储区中char型变量的指针变量px。
A.char *xdata px;
B.char xdata *px;
C.char data *xdata px;
D.char *px xdata;
正确答案是B