The number of bytes occupied by a character array of 10 elements.
20 bytes
Reason — A char data type occupies '2' bytes in the memory. Thus, 10 char type elements occupy (10 x 2) = 20 bytes in memory.