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 :

  1. 32
  2. 8
  3. 16
  4. 24
Answer

16

Reason — char datatype requires 2 bytes of memory. 8 char type elements will require 2 x 8 = 16 bytes of memory.