Operators in C
Operators in C are:
- Assignment operator (=)
- Arithmetic operator
- Add operator (+)
- Subtraction operator (-)
- Multiplication operator (*)
- Division operator (/)
- Modulus operator (%)
- Relational operator
- Greater than (>)
- Greater than equal to (>=)
- Less than (<)
- Less than equal to(<=)
- Equal to equal to(==)
- Not equal to(!=)
- Logical operator
- And (&&)
- Or(||)
- Not(!)
- Address operator(&)
- Increment operator(++)
- Decrement operator(--)
- sizeof operator
No comments:
Post a Comment