Answer:
Option 1.
Explanation:
In a matrix A, the term
represents the elements of mth row and nth column.
Consider the given matrix is

We need to find the address of the element 11.
From the given matrix it is clear that element 11 lie in the 3rd row and 1st column.
Address of row, m = 3
Address of column, n = 1

Therefore, the address of the element 11 is
.
Therefore, the correct option is 1.