In C language, the int type occupies 2 bytes. One byte is 8 bits, which can also be said to be an integer. The range is -32768--32767. Real variables include single-precision float and double The precision is double, float occupies 4 bytes, and double occupies 8 bytes. Only provide 6-7 significant figures. double provides 15-16 significant figures.