Answer:
The correct option for this question is "B".
Explanation:
An Array is a collection of the homogenous(same type) elements. In the programming language, the correct way to pass two-dimensional array in function as an argument is option "B" and other options are not correct that can be described as:
- In option, A It is a one-dimensional array but it is not a correct way to pass array in an argument like this.
- In option, C It is a two-dimensional array but in this array, we do not pass any number.
- In option, D it is not a two-dimensional array.
That's why the answer to this question is option "B".