假定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为一个数组名,则下面存在错误的表达式为()A.a[i]B.*a++C.*aD.*(a十1)

假定a为一个数组名,则下面的______ 表示有错误。A.a[i]B.*a++C.*aD.*(a+1)

在下面的函数声明中,存在着语法错误的是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)

假定a为一个数组名,在下面的表达式中,存在语法错误的是()。Aa[i]B*a++C*aD*(a+1)

在下面的函数声明语句中,存在着语法错误的是()。AAA(int, int b)BAA(int, int)CAA(int a; int b)DAA(int a, int)