1) what is the multidimensional array example?
2)where are multidimensional arrays used?
3)can we store objects in an array?
4)what can a standard array hold?
5)how can we find the missing number in an integer array of 1 to 100?
Answers
Answered by
1
Explanation:
1)In C++, we can create an array of an array, known as a multidimensional array. For example: int x[3][4]; ... We can think of this array as a table with 3 rows and each row has 4 columns as shown below.
2)2-dimensional arrays are the most commonly used. They are used to store data in a tabular manner. Consider following 2D array, which is of the size 3 × 5 . For an array of size N × M , the rows and columns are numbered from to and columns are numbered from to , respectively.
Answered by
1
Answer:
I will give you answer later
Explanation:
please make me Brainliest and follow me
Similar questions
English,
2 months ago
Computer Science,
2 months ago
Biology,
5 months ago
Math,
5 months ago
Accountancy,
11 months ago
Science,
11 months ago