Computer Science, asked by ashu9496, 1 year ago

what is mod function ​


sumitkohli47: In computer the modulo operation finds the remainder after division of 1 number by another

Answers

Answered by sarayu56
3
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.
Answered by priyanshu463590
2

\huge\boxed{\texttt{\fcolorbox{red}{aqua}{ANSWER}}}

|x| = x for a positive x

|x| = −x for a negative x

and |0| = 0.

Similar questions