We have already seen the integer type used in our programs. This holds a range of integer values which depends on the version of C you are using.

You should only use integers in C2C if the numbers you are working on are bigger than 255, since using integers takes up much more storage space and the program has to work much harder to manipulate them.

The compiler also puts a limit on the complexity of integer expressions which you can create.