Arithmetic Operator: An arithmetic operator performs mathematical operations on variables or constants. Examples include addition (+), subtraction (-), multiplication (*), and division (/).
Variable:A variable is a named location in memory that holds a value which can change during program execution.
Assignment Operator: An assignment operator (=) assigns a value to a variable or modifies its contents based on the right-hand side expression.