It is spelled variable, and is simply a placeholder.
You can assign a value to a variable, which points at the memory base of the value.
A variable can be called almost anything, however there are certain things they cannot be named.
Read some C Programming tutorials for a complete explanation of variables.