假定a为一个数组名,在下面的表达式中,存在语法错误的是()。 a. a[i]b. *a++c. *ad. *(a+1)
假定a为一个数组名,在下面的表达式中,存在语法错误的是()。
a. a[i]
b. *a++
c. *a
d. *(a+1)
相关考题:
在下面的函数声明中,存在着语法错误的是 ( )。A.void BC(int a,int)B.void Bd(int,int)C.void BE(int,int=5)D.int BF(int x;int y)
在下面的函数原型声明中,存在语法错误的是()A.int AA(int a,int b);B.int AA(int,int);C.int AA(int a;int b);D. intAA(int a,int)
在下面的函数声明中,存在着语法错误的是A.void BC(int a,int)B.void BD(int,int)C.void BE(int,int t=5)D.int BF(int x;int y)
在下面的函数声明中,存在语法错误的是______ 。A.void BC (int a,int)B.void BD (int,int)C.void BE (int,int =5)D.void BF (int x;int y)
在下面的函数声明语句中,存在着语法错误的是()。AAA(int, int b)BAA(int, int)CAA(int a; int b)DAA(int a, int)