Because int is divided into 16 bits, 32 bits and 64 bits.
The range of values is -32768~32767, with 32 bits.
The range of 64 bits is-2147483648 ~ 2147483647.
123456789 is less than 2 147483647
If int I =123456789; Then the int here is Int64