Examlex

Solved

In C#, You May Access a Two-Dimensional Array Element Using

question 38

True/False

In C#, you may access a two-dimensional array element using the notation [ , ] or through using a double set of braces ([ ] [ ]).


Definitions:

Related Questions