G
Girish Sharma
I've read in a couple of textbooks that a integer constant is of type
int if an int can hold the number, otherwise it is of type long, or
unsigned long if necessary.
Does this take into account the extra negative number on a 2-s
complement machine? For example, if int-s are 16 bits, is -32768 an int?
Thank you.
Girish Sharma
(remove remv_ from address)
int if an int can hold the number, otherwise it is of type long, or
unsigned long if necessary.
Does this take into account the extra negative number on a 2-s
complement machine? For example, if int-s are 16 bits, is -32768 an int?
Thank you.
Girish Sharma
(remove remv_ from address)