Real variables can store a wide range of data, as the name implies, real numbers. Of course, integers are also real numbers and can also be stored. The storage types of real variables mainly include single-precision floating point float (accounting for 4 bytes) and double-precision floating point double (accounting for 8 bytes).
Note: The number of bytes occupied by the above variables was tested on a 32-bit computer.
Other variable types include char, structure, enumeration type, * * topic, etc.