Ask Question

What is % in programming?

+4
Answers (1)
  1. 20 March, 17:21
    0
    The % (modulo) operator returns the remainder from division. For example, 10 % 3 = 1, because 10 divided by 3 is equal to 3 remained 1.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is % in programming? ...” 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