There are many types of data in C. Different types of data have different lengths, or number of bits needed to express the number. Each compiler does not necessarily have the same agreed length for each type. To tell the length of each type, you can use the function sizeof()
and put the type you want to check the length of between the parentheses.