11. What is the output of the following code?
int arr[] = {1,2,3,4, 4, 5};
int *ptr = arr + 2;
printf("%d", *(ptr++));
(A)1
(B) 2
(C)3
(D) 4

答案:登入後查看
統計: 尚無統計資料