Possible Duplicate:
Why are variables “i” and “j” used for counters?
Maybe a stupid unmeaningful question, but I'm just curious.
The 'i' variable probably denotes a shortcut for 'index' or 'iterator' and it seems common sense to call it like that.
I tried googling a bit about it, to try to find some indication that somebody cleaver in the early stage of programming denoted this as a 'convention' for an 'sporadic' iterator variable name, and others started using it.
However did not find anything...
Possibly the world of early programmers came to this convention by common sense and it become a defacto standard nowadays?