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

Solved
Show answers

Ask an AI advisor a question