ICSE Class 10 Computer Applications
Question 3 of 30
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 3
Back to all questions2 bytes
Reason — In Java, \n (newline character) is a character literal. All character literals in Java, including escape sequences like \n, are stored as char data type, which occupies 2 bytes (16 bits) in memory.