Computer Science, asked by catherinefirma25, 1 year ago

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 RoyalShobhit
3
2048 bits(internal)
hope it helps
mark it brainliest

catherinefirma25: What will be the result of the following statement?
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.
catherinefirma25: can you answer this sir
RoyalShobhit: c the statement will run correctly
Similar questions