When is memory for a variable allocated?
during the assigment of the variable
during the initialization of the variable
during the declaration of the variable
during the definition of the variable