Name: Anonymous 2010-10-03 12:27
Suppose you have regular C-array, like this:
Someone asks you which element is 14. Now the challenge (paradox) is this: You may answer only 'zeroth' or 'first'. How do you respond?
int anii[] = {14, 7, 255};Someone asks you which element is 14. Now the challenge (paradox) is this: You may answer only 'zeroth' or 'first'. How do you respond?