is used for output to the printer. signifies the end-of-string. puts the cursor on the beginning of the next line. is used for specifying the format of int.
pointer int, or long int float or double string
0 .. 255 0 .. 65535 -32768 .. 32767 -2147483648 .. 2147483647
Reserving space in memory and associating a name to it. Assigning a name and a value Initializing a variable Showing its value on the screen
are all set to 0 at the beginning of the program are declared by their first use have to be assigned a value at the time of declaration have unpredictable values at the start of the program
boolean float double long double