Home »
MCQs »
C++ MCQs
Which of the following function is used to get the dimensions of the given array?
128. Which of the following function is used to get the dimensions of the given array?
- getdimension
- getarraydimension
- rank
- arrayrank
Answer: C) rank
Explanation:
The rank function is used to get the dimensions of the given array.