将bmp定义为片内RAM区的有符号字符型变量的正确写法是( )。
A.char data bmp;
B.signed char xdata bmp;
C.signed char data bmp;
D.unsigned char xdata bmp;
正确答案是C