尝试执行下面语句:int a[] = {1,2,3,4,5,6,7,8};int * p = a + 4;int b = 4+ ++*p++;b的值为

A:8 B:9 C:10 D:语法错

时间:2023-08-22 11:40:01

相似题目