A friend and I are going back and forth with brain-teasers and I have no idea how to solve this one. My assumption is that it\'s possible with some bitwise operators, but n
int add(int a, int b) { const char *c=0; return &(&c[a])[b]; }