Question

Which statement is true regarding the statement
++frequency[responses[answer]];
a) This statement increases the appropriate frequency counter depending on the value of responses[answer].
b) This statement increases the appropriate answer counter depending on the value of frequency[responses].
c) This statement increases the appropriate responses counter depending on the value of frequency[answer].
d) This statement produces a syntax error because subscripts cannot be nested.

Answer

This answer is hidden. It contains 3 characters.