The difference between Assignment and Augmented assignment
When used as nouns, assignment means the act of assigning, whereas augmented assignment means an assignment by which an operator takes a variable as one of its arguments and then assigns the result back to this variable.
check bellow for the other definitions of Assignment and Augmented assignment
-
Assignment as a noun:
The act of assigning; the allocation of a job or a set of tasks.
Examples:
"This flow chart represents the assignment of tasks in our committee."
-
Assignment as a noun:
The categorization of something as belonging to a specific category.
Examples:
"We should not condone the assignment of asylum seekers to that of people smugglers."
-
Assignment as a noun:
An assigned task.
Examples:
"The assignment the department gave him proved to be quite challenging."
-
Assignment as a noun:
A position to which someone is assigned.
Examples:
"Unbeknownst to Mr Smith, his new assignment was in fact a demotion."
-
Assignment as a noun (education):
A task given to students, such as homework or coursework.
Examples:
"Mrs Smith gave out our assignments, and said we had to finish them by Monday."
-
Assignment as a noun (legal):
A transfer of something from one person to another, especially property, or a claim or right.
Examples:
"The assignment of the lease has not been finalised yet."
-
Assignment as a noun (legal):
A document that effects this transfer.
Examples:
"Once you receive the assignment in the post, be sure to sign it and send it back as soon as possible."
-
Assignment as a noun (programming):
An operation that assigns a value to a variable.
-
Augmented assignment as a noun (programming):
An assignment by which an operator takes a variable as one of its arguments and then assigns the result back to this variable.