What is the allocated size of a 3D string array with size 12, 4, 10?
Select one:
a. 3,840 bits
b. None of the choices
c. 30,720 bits
d. Insufficient Data
Answers
Answered by
0
The correct answer is B.
Answered by
0
In String array, this is a sequence of characters which is treated as the single data item. The use of the null character terminates this.
You can remember C language which does not support any strings as the data types.
When it comes to the string, it is seen as a one-dimensional array of characters in C language.
Similar questions