If a programmer tells you he has N apples and you ask for the Nth

SHARE

If a programmer tells you he has n apples and you ask for the nth apple, he will return a blank (read nil) stare... he has apples numbered 0, 1, 2, ..., n-1 (ref: array indexing)

SHARE