The remainder operation is also important in computer programming, and the term "modulus" is used to refer to this operation. In [[C_programming_language|C]]-like languages it is denoted with a percent sign:
+
The remainder operation is also important in computer programming, and the term "modulus" is used to refer to this operation. In [[C programming language|C]]-like languages it is denoted with a percent sign: