You are on page 1of 9

Expressions

Prof. Dr. Md. Saiful Azad


Arithmetic Operators
Operator
Precedence
Assignment Operators
• Simple Assignment
• Chained Assignment
• Compound Assignment
Increment and Decrement Operators

i=i+1

i += 1

i++

++i

k = ++1 + j++
Expression Evaluation
Problem Set
The End

You might also like