Computer Science, asked by srivallimanjula298, 6 months ago

What are
precedence and associavity?

Answers

Answered by ambikayadav23
2

Answer:

Operator precedence: It dictates the order of evaluation of operators in an expression. Associativity: It defines the order in which operators of the same precedence are evaluated in an expression. Associativity can be either from left to right or right to left.

Similar questions