What is the allocated size of a 3D long array with size 2, 4, 8?
a. 4,096 bits (integral)
b. 4,096 bits
c. 2,048 bits (integral)
d. 2,048 bits
Answers
Answered by
3
A three-dimensional (3D) array is an array of arrays of arrays. In C programming an array can have two, three, or even ten or more dimensions.
Option D is correct
2,048 bits
Option D is correct
2,048 bits
captainkhan85:
thx
Answered by
0
The size that can be allocated of a 3D long array typically with size 2, 4, 8 is 2,048 bits and so on .
A three-dimensional (3D) array is such an array of arrays of arrays. In C programming an array can have two, three, or even ten or more multiple dimensions.
So, arrays are multiple dimensional category.
Therefore ,Option D is correct ,2,048 bits
Answered by
0
The size that can be allocated of a 3D long array typically with size 2, 4, 8 is 2,048 bits and so on .
A three-dimensional (3D) array is such an array of arrays of arrays. In C programming an array can have two, three, or even ten or more multiple dimensions.
So, arrays are multiple dimensional category.
Therefore ,Option D is correct ,2,048 bits
Similar questions