Search Results

40
votes

In C, which is faster: if with returns, or else if with returns?

It makes no difference, and this is a needless attempt at micro-optimization. …