单项选择题设有以下定义: int a=0; double b=1.25; char c='A'; #define d 2则下面语句中错误的是( )。
单项选择题有以下程序段: int a[10]=1,2,3,4,5,6,7,8,9,10,*p=&a[3],b; b=p[5];则b中的值是( )。