[单项选择题] 若有以下程序段: struct dent int n; int *m; ; int a=1,b=2,c=3; struct dent s[3]=101,&a,102,&b

11 查阅

[单项选择题] 若有以下程序段:

struct dent

int n;

int *m;

int a=1,b=2,c=3;

struct dent s[3]=101,&a,102,&b,103,&c;

struct dent *p=s;

则以下表达式中值为2的是( )。

A.(p++)->m

B.*(p++)->m

C.(*p).m

D.*(++p)->m

参考答案:

D

计算机考试