(判断题)
float的类型长度为8。()
A对
B错
正确答案
答案解析
略
相似试题
(填空题)
double类型的长度为()。
(填空题)
int类型的长度为()。
(填空题)
short int类型的长度为()。
(单选题)
char类型的长度为()个字节。
(单选题)
假定一个结构类型的定义为 “struct D{int a; D* next;};”,则该类型的长度为()。
(填空题)
假定一个结构类型的定义为“struct B{int a[5]; char* b;};”,则该类型的理论长度为()。
(判断题)
假定一个结构类型的定义为 “struct B{int a[5]; char* b;};”,则该类型的长度为20。()
(单选题)
假定一个结构类型的定义为 “struct A{int a,b; double c;};”,则该类型的长度为()。
(单选题)
假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为()。