Computer Science, asked by archnasharma02529, 16 days ago

The assignment operator (=) is left associative. True or False​

Answers

Answered by yashi13dec2007
5

Answer:

it false

Explanation:

Assignment operators have right-to-left associativity

Answered by letmeanswer12
2

"False - Typically assignment operators are right-associative".

Explanation :

Usually, the operators like addition, subtraction, multiplication, and division operators are left-associative, while the other operators like exponentiation, assignment, and conditional operators are right-associative .

Assignment operators are right-associative typically. This operator has right-to-left associativity normally.

An assignment operator is an operator which is used to assign a new value to a variable, property.

The most simple assignment operator is equal "=", which assigns the value of its right operand to its left operand.

Similar questions