Question: 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
Answer: The correct answer of the above question is Option C:during the declaration of the variable