Welcome

Welcome to Questions.com.mx, where you can ask questions and receive answers from other members of the community.

Search

Find us on Facebook

Most active Members

How to use arrays ?

0 votes
asked 1 year ago by admin100 (3,170 points)

1 Answer

0 votes
 
Best answer
An array is defined to have a shape, given by its number of dimensions, called "rank", and the extent of each dimension. Two arrays agree if they have the same shape. Operations are normally done element by element. Please note that the rank of an array is the number of dimensions and has nothing to do with the mathematical rank of a matrix!
 
In C programme Array defined as
int array[10][10][10];
answered 1 year ago by anonymous

Related questions

+1 vote
2 answers
asked 1 year ago by anonymous
+1 vote
1 answer
asked 1 year ago by R (670 points)
0 votes
1 answer