General
Character datatype
Unicode characters
100

It is used to convert variables from one type to another.

What is Type Conversion?

100

65 ≤ char ≤ 90

How to detect an upper case letter?

100

Z (uppercase)

Which is the character represented by decimal 90?

200

This operator is used to subtract one from the value stored in a variable.

What is the use of the decrement operator(--)?

200

97 ≤ char ≤ 122

How to detect a lower case letter?

200

w (lowercase)

Which is the character represented by decimal 119?

300

This operator is used to add one to the value stored in a variable.

What is the use of the increment operator(++)?

300

48 ≤ char ≤ 57

How to detect a digit from 0 to 9?

300

space

Which is the character represented by decimal 32?

400

Conversion of one datatype to another type using typecast operator() is done using programmer’s intervention.

What is Explicit Type Casting?

400

2 bytes

What is the size of character datatype?

400

#

Which is the character represented by decimal 35?

500

-128 to 127

What is the range of values we can store in byte data type?

500

It is written between 

quotes ' '

What is a character literal?

500

2

Which is the character represented by decimal 50?

M
e
n
u