设有下列变量定义和赋值语句:int a[4]={2,4,6,8},*p=&a[3];
则*--p的值是()。
设有下列变量定义和赋值语句:int a[4]={2,4,6,8},*p=&a[3];
则*--p的值是()。
【正确答案】:6
Top