在C51的数据类型中,unsigned char型的数据长度和值域为( )。

在C51的数据类型中,unsigned char型的数据长度和值域为( )。

A.单字节,-128~ 127

B.双字节,-32768~32767

C.单字节,0~255

D.双字节,0~65535

正确答案是C