Category
page 1Assignment operations

equals sign
mathematical symbol used to indicate equality
assignment
programming operation of setting or re-setting the value associated with a variable name
drive letter assignment
process of assigning alphabetical identifiers to volumes
relocation
in computing, the process of assigning load addresses for position-dependent code and data
augmented assignment
a type of assignment operator where an operator takes a variable as one of its arguments and then assigns the result back to the same variable
assignment operator
operator used in C++