[Solved] Exceeding unsigned boundary [closed]

Unsigned char’s (assuming char is only eight bits) can only represent 28 numbers, from 0 to 255. You’ll need to use another type such as int to represent this. 2 solved Exceeding unsigned boundary [closed]