3 ms·
Do you really think that `*(a + i)` is clearer than `a[i]`?
by tomsmeding 10mo ago
Do you really think that `*(a + i)` is clearer than `a[i]`?
- sureglymop 10mo agoNot necessarily. I think it's confusing when there are two fairly close ways to express the same thing.