Computer Science, asked by amulagrawal26, 1 month ago

Associativity of C Operators *, /,%, +, - and = is.?
Option 1:
Operators *, / and % have Right to Left Associativity. Operators + and - have Left to Right Associativity.
Operator = has Right to Left Associativity.
Option 2:
Operators *. / and % have Left to Right Associativity. Operators + and - have Left to Right Associativity.
Operator = has Right to Left Associativity.
Option 3:
Operators *. / and % have Right to Left Associativity. Operators + and - have Right to Left Associativity.
Operator = has Right to Left Associativity.
Option 4:
Operators *, / and % have Right to Left Associativity. Operators + and - have Right to Left Associativity.
Operator = has Left to Right Associativity.
Prev
View Summ​

Answers

Answered by chiriveruvenkat
0

Answer:

Your answer is

3rd option :-

Explanation:

Operators *. / and % have Right to Left Associativity. Operators + and - have Right to Left Associativity.

Operator = has Right to Left Associativity.

Please mark me as branilst

Similar questions