Computer Science, asked by pusalkar, 1 year ago

what does the modulus arithmetic operator do

Answers

Answered by theofficalbreezy
2

In computing, the modulo operation finds the remainder after division of one number by another (sometimes called modulus). Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n.

really hope it help :)

Answered by apurvarajput204
0

Answer:

Remainder

Explanation:

It gives the remainder between two positive operands when divided , it is a binary  arithmetical operator.

Similar questions