Which expression adds 1 to the element of array arrayName at index i, assuming the array is of type int?

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

The first phase of the life cycle of software is the ______ phase.

a) design b) risk analysis c) specification d) coding

Computer Science & Information Technology

Why are true and false not strings?

What will be an ideal response?

Computer Science & Information Technology