Home > Back-end >  C language pointer, a great god solve!!!!!
C language pointer, a great god solve!!!!!

Time:02-25

This is a question about Pointers, I am not very understand, who is a great god can be solved!!!!! Thank you very much!
If you have any statement:
Int a [10]=,1,2,3,4,5,6,7,8,9 {0}.
Int * p=a;
____ cannot element of array a correct reference
(where 0 or less I <10)

A. [I] p

B. * (* (a + I))

C. a [p - a]

D. * (& amp; A [I])

I in item B and C, a great god can answer it for me? Which to choose? Why is that?
  • Related