久久久久久人妻一区二区三区-激情久久AV一区AV二区AV三区-久久久久久久极品内射-精品少妇人妻AV一区二区

萬能百科  > 所屬分類  > 

(37)有以下程序#include struct ord{ int x,y;} dt[2]={1,2,3,4};main(){ struct ord *p=dt

(37)有以下程序

#include

struct ord

{ int x,y;} dt[2]={1,2,3,4};

main()

{ struct ord *p=dt;

printf (“%d,”,++p->x); printf(“%d\n”,++p->y);

}

程序的運行結果是

A)1,2 B)2,3 C)3,4 D)4,1

正確答案:

B

詞條內容僅供參考,如果您需要解決具體問題
(尤其在法律、醫學等領域),建議您咨詢相關領域專業人士。

標簽