Answers for "int_min"

0

int_min

Values of INT_MAX and INT_MIN may vary
from compiler to compiler. Following are
typical values in a compiler where integers
are stored using 32 bits.

Value of INT_MAX is +2147483647.
Value of INT_MIN is -2147483648.
Posted by: Guest on May-18-2021

Browse Popular Code Answers by Language