Answer:
The given statement is false statement.
Explanation .
- The assignment is assigning the value to the variable or we can say that it will also be used to initialize the variable The "=" is the symbol of the assignment operator.
int r=90, The value of variable 90 is assigned to 90.
- The associativity, of assignment, is always right to left which means The right-hand side is firstly evaluated then it will be assigned in left-hand side variable or expression.