for(i = 0; i < length; i++) .. do something with (length - i - 1) ..
for (i = 0; i <= length; i++) .. boy I sure hope length is not a max value ..