没有搜到到结果?点击这里求解答/求资源。
【单选题】
假定一个结构类型定义struct A{int a,b;A* c;};”,该类型长度( )。

8
10
12
16
【单选题】
假定一个结构类型定义struct A{int a,b;A* c;};”,该类型长度( )。

8
10
12
16
【单选题】
假定一个结构类型定义struct B{int a[5];char* b;};”,该类型长度( )。

20
21
22
24
【单选题】
假定一个结构类型定义struct B{int a[5];char* b;};”,该类型长度( )。

20
21
22
24
【单选题】
假定一个结构类型定义struct C{double* a[4];int n;};”,该类型长度( )。

20
21
22
24
【单选题】
假定一个结构类型定义struct C{double* a[4];int n;};”,该类型长度( )。

20
21
22
24
【单选题】
假定一个结构类型定义struct D{int a;union{int b;double c;};D* d[2];};”,该类型大小( )字节。

20
24
28
32
【单选题】
假定一个结构类型定义struct D{int a;union{int b;double c;};D* d[2];};”,该类型大小( )字节。

20
24
28
32
【单选题】
假定一个数据对象int*类型,则指向该对象指针类型( )。

int
int *
int **
int ***
【单选题】
假定一个数据对象int*类型,则指向该对象指针类型( )。

int
int *
int **
int ***