The C++ Modulus Operator
URL: http://www.cprogramming.com/tutorial/modulus.html
Category: Programming
Application: C++
The modulus operator computes the remainder that results from performing integer division. Learn how to use it in C/C++ tutorial
Submitted by: brettPosted: over 2 years ago
Back