Initialization refers to the process of assigning an initial value to a variable when it is declared. It sets up the variable with some meaningful starting value before it is used in calculations or operations.
Related terms
Declaration: Stating the name and type of a variable without assigning any initial value.