Define automatic variable
Function variables which are released from memory when the program functions
Define local variable
Variable defined within a function
Define global variable
Variable defined outside of a function
Define formal variable
Variable defined as function parameters
Define ponters
Variable which stores memory address
What does (int*i) do?
Creates a pointer which stores the memory address of an integer