17. What is the result of the following pointer expression?
int x = 10;
int*p=&x;
int **pp = &p;
printf("%d", **pp + *p);
(A)10
(B) 20
(C)0
(D)5
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料