(填空题)
short int类型的长度为()。
正确答案
答案解析
略
相似试题
(单选题)
假定一个结构类型的定义为 “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 A{int a,b; A* c;};”,则该类型的长度为12。()
(填空题)
假定一个结构类型的定义为 “struct A{int a,b; A* c;};”,则该类型的理论长度为()。
(填空题)
int类型的长度为()。
(单选题)
假定一个函数原型为"char *func(int n)",则该函数的返回类型为()。
(填空题)
执行“typedef int ABC[10];”语句把ABC定义为具有10个整形元素的()类型。