-->
当前位置:首页 > 题库

Multiple choice:According to the declaration: `int p[5], *a[5]; ` the expression

Luz5年前 (2021-05-10)题库1344
According to the declaration: `int p[5], *a[5]; ` the expression ______ is correct. @[C](2)
A. p=a
B. p[0] = a
C. *(a+1)=p
D. a[0]=2




A.p=a
B.p[0] = a
C.*(a+1)=p
D.a[0]=2


answer:C