[單項(xiàng)選擇題] 已知: struct st int n; struct st *next; ; static struct st a[3]=1,&a
2021-07-20
[單項(xiàng)選擇題] 已知:
struct st
int n;
struct st *next;
;
static struct st a[3]=1,&a[1],3,&a[2],5,&a[0]),*p;
如果下述語句的顯示是2,則對(duì)p的賦值是( )。
printf("%d",++(p->next->n));
A.p=&a[0];
B.p=&a[1];
C.p=&a[2];
D.p=&a[3];
正確答案:C
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。