相关考题
-
单项选择题
typedef struct{ int num; char *name; } *vec_ptr; 则在IA32机器上,sizeof(vec_ptr) =()
A.4
B.8
C.12
D.16 -
单项选择题
typedef struct{ int num; char *name; } vec_rec; 则在IA32机器上,sizeof(vec_rec) = ()
A.4
B.8
C.12
D.16 -
单项选择题
设n为问题规模,函数f和g运行时间分别近似于表达式5n+10000, 40n+100,则()
A.f快
B.g快
C.两函数一样快
D.与n有关
