Name: Anonymous 2010-05-24 13:39
Suppose you have regular C-array, like this:
Someone asks you which element is 23. Now the paradox is this: You may answer only 'zeroth' or 'first'. How do you respond?
int *array[] = {23, 7, 101};Someone asks you which element is 23. Now the paradox is this: You may answer only 'zeroth' or 'first'. How do you respond?