Example & Tutorial understanding programming in easy ways.

What is the range of the char data type?

The range of char data type depend on the type:


Like:


signed char: -128 to 127

unsigned char : 0 to 255

Read More →