单项选择题

在C语言系统中,假设int类型数据占两个字节,则double、long、unsignedint、char类型数据所占字节数分别为()。

A、 8,2,4,1
B、 2,8,4,1
C、 4,2,8,1
D、 8,4,2,1