Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 11 (Q.No. 16)
16.
When a multidimensional array is accessed, each array index is
separated by commas
surrounded by brackets and separated by commas
separated by commas and surrounded by brackets
surrounded by brackets
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

ZAWADI BURTON said:   1 decade ago
It is true because you can not accesses element from array without closing it to the bracket but must be separated by commas differentiate one to another.

Post your comments here:

Your comments will be displayed after verification.