Int string length
"int" is 4 bytes long.

To know the length of int data type, it usually refers to the number of bytes that the variable of int type occupies in memory, which depends on the specific programming language and system. For example, in a 32-bit system, the int type usually occupies 4 bytes, and in a 64-bit compilation system, the long data range becomes: -2 63 ~ 2 63- 1.