Variables of byte type store values in the range -128 .. 127. When the value of a b variable reaches the maximum value allowed for this type (127) in the loop, the following increment (++) will reset it to a minimum allowed value (-128). It will start the countdown all over again.
Login in to like
Login in to comment