Report Bug
Qus : Which symbol is used in Arduino to calculate modulo
QusWhich symbol is used in Arduino to calculate modulo

A. #
B. $
C. %
D. !


Solution
C. %



Explanation

In Arduino, the symbol used to calculate modulo is the percent sign %.




Report Bug