% function

Hi guys,

Is there % (modulo) function available in arduino?????

Like the one listed on the reference pages? http://arduino.cc/en/Reference/Modulo

pranoy:
Hi guys,

Is there % (modulo) function available in arduino?????

Of course, it's a basic part of the gcc C/C++ compiler programming language, not a arduino specific function.

http://arduino.cc/en/Reference/Modulo

Lefty

thank you both

It's an operator, not a function.