1. Modulus Operator is denoted by symbol ‘%’
2. It is an arithmetic binary operator.
3. It gives remainder of division between 2 integers.
4. It is commonly used to check divisibility.