Computer Science, asked by mielysolroble, 1 year ago

What is the allocated size of a 3D char array with size 12, 5 and 5 respectively?
Select one:
a. 900 bits
b. 2,400 bits
c. None of the choices
d. 9,600 bits

Answers

Answered by randydunn
6

The correct answer is A.

Answered by Arslankincsem
0

When it comes to the Char, then it is said to be the primitive data type in C. It is used to store a character value. In the array, it is defined as one of the finite collection of homogenous data that is said to be stored in the contagious memory locations.  

It is seen that C language doesn’t support string as its data type and one can implement the strings as an array of characters.


Similar questions