Arithmetic Operators There are 5 arithmetic operators in C language. * (Multiplication), / (Divide) and % (Modulus) +(addition) and – (Subtraction) Operators *,/ and % are having same priority but higher priority than + and -. Operator + and –
Arithmetic Operators There are 5 arithmetic operators in C language. * (Multiplication), / (Divide) and % (Modulus) +(addition) and – (Subtraction) Operators *,/ and % are having same priority but higher priority than + and -. Operator + and –