Size of an `int` in C is platform-dependent (in pr...
# stdlib
e
Size of an
int
in C is platform-dependent (in practice ranges from 16 bits to 64 bits). However, in Kotlin
Int
is always 32 bits.