J
junky_fellow
N869, page 35 -->
"A ''plain'' int object has the natural size suggested by the
architecture of the execution environment (large enough to contain any
value in the range
INT_MIN to INT_MAX as defined in the header <limits.h>). "
How do we decide the value of INT_MIN and INT_MAX ? Does the
compiler refers to this value to determine the size of int ?
Are these values always fixed for a specific platform and who
decides these values ?
"A ''plain'' int object has the natural size suggested by the
architecture of the execution environment (large enough to contain any
value in the range
INT_MIN to INT_MAX as defined in the header <limits.h>). "
How do we decide the value of INT_MIN and INT_MAX ? Does the
compiler refers to this value to determine the size of int ?
Are these values always fixed for a specific platform and who
decides these values ?