Login
Remember
Register
Ask a Question
In C++, for what purpose the "rank()" is used?
+1
vote
asked
Jan 21, 2021
in
C Plus Plus
by
SakshiSharma
In C++, for what purpose the "rank()" is used?
a) It returns the size of each dimension
b) It returns the maximum number of elements that can be stored in the array
c) It returns the dimension of the specified array
d) None of the above
rank-function
rank
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 21, 2021
by
SakshiSharma
c) It returns the dimension of the specified array
...