ICSE Class 10 Computer Applications
Question 15 of 30
Solved Sample Paper 4 — Question 15
Back to all questions 15
Question Question 1(xv)
The array char arr[8] occupies :
- 32
- 8
- 16
- 24
16
Reason — char datatype requires 2 bytes of memory. 8 char type elements will require 2 x 8 = 16 bytes of memory.