問題詳情

82. Suppose the output of the following C code fragment is 0xffff00003a04:
 int x=38; int *p=&x;
printf("%p", p);
What is the output of 「printf("%p" , p+3) ;」 ?
(A) 0xffff00003a04
(B)0xffff00003a07
(C) 0xffff00003a10
(D) 0xffff00003a16
(E) None of the above

參考答案

答案:C
難度:計算中-1
書單:沒有書單,新增