MCQOPTIONS
Saved Bookmarks
| 1. |
If x is an array of interger, then the value of &x[i] is same as |
| A. | &x[i-1] + sizeof (int) |
| B. | x + sizeof (int) * i |
| C. | x+i |
| D. | none of these |
| Answer» B. x + sizeof (int) * i | |