Mod

204 3 0
                                    

The mod function is defined by %. It is used by putting a number then % then another number. Mod will take the remainder of the to numbers. For example, 2 % 2 = 0 or 3 % 2 = 1.

Programming language "C"Where stories live. Discover now