Join Slack
Powered by
Size of an `int` in C is platform-dependent (in pr...
# stdlib
e
elizarov
02/10/2017, 9:13 AM
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.
3
Views
Open in Slack
Previous
Next