14
votes
11answers
2k views

What makes C developers so curious if “i++ == ++i”?

Just a random observation, it seems that on StackOverflow.com, there are questions about if "++i == i++". That question gets asked all the time though, I think I saw it asked about 6 or 7 times in the ...