Select from following answers:- Char represents a character value type and holds a single Unicode character value.
- Char is 2 bytes in size.
- Char is a value type since it actually stores the value in the memory that has been allocated on the stack.
- All of the above.
- All Above
Above all statements are correct about CHAR Type as it holds a character value and of 2 byte.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator