Computer Applications
How many bytes does a char data type occupy in the memory?
- 2
- 8
- 4
- 16
Values & Data Types Java
88 Likes
Answer
2
Reason — A char data type occupies 2 bytes in the memory.
Answered By
46 Likes
Related Questions
Out of the following options, what is shown in the given illustration.
Codes Characters 48 - 57 0 - 9 65 - 90 A - Z 97 - 122 a - z 32 Blank - Tokens
- ASCII Codes
- Literals
- Identifiers
Which of the following is a non-primitive data type?
- int
- double
- char
- String
Which of the following is non-numeric data type?
- boolean
- int
- float
- double
Which of the following ASCII code range is applicable for lowercase letters?
- 65 - 90
- 90 - 115
- 97 - 122
- 95 - 110