ICSE Class 10 Computer Applications Question 50 of 76

Revising Basic Java Concepts — Question 54

Back to all questions
54
Question

Question 32(b)

State the number of bytes occupied by char and int data types.

Answer

char occupies 2 bytes and int occupies 4 bytes.