Skip Navigation

C++ should be called ++C

According to syntax postfix increment returns copy of unmodified variable (C++ == C), while prefix increment returns incremented variable (++C == C + 1).

34
34 comments
You've viewed 34 comments.