C
java 基本类型有:
byte(字节)
shot(短整型)
int(整型)
long(长整型)
float(浮点型)
double(双精度)
char(字符型)
boolean(布尔型)
C 不在其中。
C 这种问题说不出为什么 java的原生类型包括 byte short char int long float double boolean 没有unit
unit是什么从没见过?其他都是基本数据类型啊,short短整型,boolean布尔型,float单精度浮点型,就unit没见过