C Refresher Apr 25th, 2011 Divide an int by int returns an int. So, 100/255 will give you 0 in C. Very much like python