C Programming MCQ

1:

Pick the correct answers.
If x is an one dimensional array, then

A.

&x [i] is same as x + i - 1

B.

* (x + i ) is same as * (&x [i] )

C.

* (x + i) is same as x[i]

D.

both (b) & (c0

 

Answer : D

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.