What is the function of basic shaping int single precision floating point float? How to apply?
Int type mainly plays the role of declaring variables. Sometimes it also plays a strong role, accounting for 2 bytes in TC and 4 bytes in VC, such as int x = 4;;
You can assign decimal numbers, octal numbers and 16 hexadecimal numbers.
Float declares that the variable is of single precision type, and assigns a decimal or exponential type to the four bytes, such as1.23E2.