assignment operator
In programming, an operator that assigns a value to a variable, such as = in many languages.
In C, '=' is used as the assignment operator.
Compound of 代入 (substitution, assignment) + 演算子 (operator). A straightforward technical term.