Topic-8: Operator Precedence And Operator Associativity Leave a Comment / Programming C / By DESHAPRIYA_PORTFOLIO Operator PrecedenceIt determines which operator is performed first in expression with more than one operator with different Precedence . Operator AssociativityIt is used when two operators of same same precedence operator in an expression , it can be left to right or viceversa .