Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: In array items, which expression below accesses
Q11: Class Arrays provides method _ for comparing
Q12: What do the following statements do? <br>double[]
Q13: Constant variables also are called .<br>A) write-only
Q14: Which of the following statements is false?<br>A)
Q16: An array with m rows and n
Q17: Consider array items, which contains the values
Q18: Assume array items contains the integer values
Q19: For tthe array that was the correct
Q20: Class _ represents a dynamically resizable array-like