5 ms·
If by integer you mean the four or so bytes that many languages use to represent a (bounded) int, then it is indeed constant. This is often the context in softw
by pragmaticpandy 7y ago
If by integer you mean the four or so bytes that many languages use to represent a (bounded) int, then it is indeed constant. This is often the context in software engineering.
- tombert 7y agoI'm somewhat interested in compiler and computation theory, so this is why it was a surprise to me.