What is the allocated size of a 3D double array with size 2, 4, 8?
Select one:
a. 4,096 bits
b. 2,048 bits (integral)
c. 2,048 bits
d. 4,096 bits (integral)
Answers
Answered by
3
2048 bits(internal)
hope it helps
mark it brainliest
hope it helps
mark it brainliest
Similar questions
int b[2] = { 1, 2 }; cout << b[2];
Select one:
a. The statement will induce array out of index.
b. The statement will induce integer overflow.
c. The statement will run correctly.
d. The statement has an incorrect syntax.