-->
当前位置:首页 > 题库

If there is declaration` int a[] = {2,4,6,8,10}, *p= a;` a 's va

Luz5年前 (2021-05-10)题库1510
If there is declaration` int a[] = {2,4,6,8,10}, *p= a;` a 's value is the first address of the array, then` *(p++)`'s value is 4. ~@[](1)

答案:FALSE