Which expression adds 1 to the element of array arrayName at index i?
a. ++arrayName[i].
b. arrayName++[i].
c. arrayName[i++].
d. None of the above.
a. ++arrayName[i].
Computer Science & Information Technology
You might also like to view...
Name and describe three times at which a site survey should be conducted.
What will be an ideal response?
Computer Science & Information Technology
You need to remove ____________________ formatting before applying a CSS style.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology