The _____ operators divides left hand operand by right hand operand and returns remainder
Answers
Answered by
6
Answer:
An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++ is rich in built-in operators and provide the following types of operators −
Arithmetic Operators
Relational Operators
Logical Operators
Bitwise Operators
Assignment Operators
Misc Operators
Explanation:
mark me as a brainliest
Answered by
2
Answer =% (Modulus)
Explanation:
The % operators divides left hand operand by right hand operand and returns remainder.
please make me brainlest
Similar questions