Home »
Python »
Python NumPy MCQs
Using ndim we can find –
13. Using ndim we can find -
- We can find the dimension of the array
- Size of array
- Operational activities on Matrix
- None of the mentioned above
Answer: A) We can find the dimension of the array
Explanation:
We can determine the dimension of an array, regardless of whether it is a two-dimensional array or a single-dimensional array.