What are signed integers? How are they represented?
What are unsigned integers? How are they represented?
What’s the default type of integer when we call the int
data type?
What are long & short integers?
How do we declare signed
, unsigned
, short
, and long
integers?
What are the standard integer types in C99?
What are Integer Constants? How can we write them?
How do we force Constants to be long
or unsigned?
What is Integer Overflow?
How do we specify to read & write; unsigned decimal, octal, & hexadecimal integers?