Multiple choice When a multi-dimensional array is accessed, each array index is separated by commas surrounded by brackets and separated by commas surrounded by brackets separated by commas and surrounded by brackets Reveal answer Fill a bubble to check yourself C Correct answer Explanation In multi-dimensional arrays, each dimension's index is enclosed in its own set of square brackets (e.g., array[i][j]).