1 x 24 2 x 12 3 x 8 4 x 6
no
Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.
Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.
60 is one of 5 numbers that has 12 arrays.
6
1 x 24 2 x 12 3 x 8 4 x 6
You cannot sort arrays by other arrays; that wouldn't make sense, anyway.
You can make five arrays from the number 48
Four
If you answer 42x42,the answer is1 764 arrays.
no
Sir, your question is not clear. If you just want to multiply 3 and 24 then why are you trying to use arrays for such simple calculation.
By using the library function #define A[] we can define the size of arrays
1 x 24 2 x 12 3 x 8 4 x 6
Your question makes no sense.
It's actually not true. In order to make a good program which can work with big arrays you have to use dynamic arrays because you can cleam memory used by dymanic arrays any time. For static arrays is not true, memery which was reserved for static arrays will be available for other applications only when you finish working with your application (which is working with static arrays).