What is the size of a Char?
-
4 bits
-
7 bits
-
8 bits
-
16 bits
D
Correct answer
Explanation
In modern programming environments like .NET and Java, the 'char' type uses UTF-16 encoding to support international characters. This requires 16 bits (2 bytes) per character, unlike the older ASCII standard which used 8 bits.