Write the number of bits allocated for char x[ ] [ ] of 3 rows and 2 columns.
Answers
Answered by
1
Answer:
48 bits
Explanation:
1byte=8bits
number of elements = 6
total storage 8*6=48
Similar questions