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...

If an inner class contains non static members, then the class name must be modified by the keyword:

a. Final b. Static c. Void d. Protected

Computer Science & Information Technology

One of the biggest strengths of Perl is its ____-manipulation abilities.

A. script B. numeric C. string D. text

Computer Science & Information Technology

Usually just under a menu bar in a window, a ________ contains command options displayed as options or words

A) Ribbon B) Status bar C) Title bar D) Toolbar

Computer Science & Information Technology

In a table, Word can automatically calculate the best column widths based on a column's contents, using the ________ button

Fill in the blank(s) with correct word

Computer Science & Information Technology