Ask Question

Discuss how does a Modulus Operator function

+5
Answers (1)
  1. 30 June, 04:03
    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?
Find an answer to your question 👍 “Discuss how does a Modulus Operator function ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers