Ask Question
26 May, 07:44

Discuss how does a Modulus Operator function

+2
Answers (1)
  1. 26 May, 10:50
    0
    Modulus operator are useful in many circumstances and it is commonly used to generate the random number. It basically reduce the number into random number in a small range.

    It also describe that whether, the one number is a factor of another or not.

    In C language, the modulus operator provide the remainder after diving the greater value with the smaller value. If the smaller number are divided by the larger number then, the quotient become zero.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Discuss how does a Modulus Operator function ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers