State Precedence rules

Precedence rules: The rules which determine the order of computation of an expression comprising more than one operator. The operators of higher precedence are computed before those of lower precedence. For example, in the expression x+y*z, the multiplication is executed before the addition since * has a higher precedence than – (minus) pre-decrement operator.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.