Can you list programming languages where array indexing does not begin at zero?
@nixCraft Can you list programming languages that don't have array indexing?
@Serpent7776 @nixCraft Maybe 'Brainfuck' ? :D
Just a guess...
@qwc Brainfuck doesn't have arrays :D
Unless you treat memory tape as an array. Then each memory access can be treated as implicit indexing using current memory location.
@Serpent7776
Fullfills your question. :)