% operator will give ___ of division
Answers
Answered by
3
Reminder of the division
Mark me as Brainlest
Answered by
1
% operator will give Remainder of division.
Explanation:
- The modulo Operator is also known as Modulo or mod is an arithmetic operator.
- This arithmetic operator gives the remainder when we divide an number by another number.
- This operator is is represented by the symbol % (percentage)
- The Modulo operator is also an binary operator since it operators on two variable
- For example : 5 mod 3 that is represented as 5 % 3 = 2
- That is when divide 5 by 3 we get 2 as remainder and 1 as quotient
Learn more about modulo operator:
Where does the Modulus Operator can be only applied.
https://brainly.in/question/5793054
Explain modulo operator for c programming with an example
https://brainly.in/question/1460181
Similar questions
History,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
English,
1 year ago
Math,
1 year ago