What is "variable-declaration"

Normally the declaration of a variable comes accompanied with some type of keyword to define its type, or identify that it is a variable, but in certain cases it can be just the name of the variable, and in all this one can or not assign a value to the created variable.