noun
assignment operator
In programming, an operator that assigns a value to a variable, such as = in many languages.
C言語では、代入演算子として「=」を使います。
In C, '=' is used as the assignment operator.
Compound of 代入 (substitution, assignment) + 演算子 (operator). A straightforward technical term.