Example & Tutorial understanding programming in easy ways.

How we store the value greater than the 32768 in the integer variable?

We declared integer as a unsigned so that the range of integer is increase.


Syntax:


unsigned int var=40000;

Read More →