Chemistry, asked by ravindarreddy3363, 1 month ago

Associativity for which of the following operators is/are right to left?
Select one:
O Bitwise operator
O Relational operator
O Conditional operator
O Shift operator​

Answers

Answered by kundanv1357
4

Explanation:

Operator Precedence and Associativity in C

Category Operator Associativity

Logical OR || Left to right

Conditional ?: Right to left

Assignment = += -= *= /= %=>>= <<= &= ^= |= Right to left

Comma , Left to right

Answered by royr57334
1

Answer:

ans:c----->Conditional operator

Similar questions