

MCQOPTIONS
Saved Bookmarks
1. |
If x is one dimensional array, then pick up the correct answer |
A. | *(x + i) is same as &x[i] |
B. | *&x[i] is same as x + i |
C. | *(x + i) is same as x[i] +1 |
D. | *(x + i) is same as *x[i] |
Answer» B. *&x[i] is same as x + i | |