Quote Originally Posted by zcrself
In same conditions, *(*(p+i)+j), p[i][j] and strchr which is most quickly for finding indexes of one character. and why?
They will be just as fast, because the compiler would have optimised them as such.