StackRating
An Elo-based rating system for Stack Overflow
Answers and rating deltas for
In C, is { a[i] = a[++i] } equivalent to { a[i] = a[i+1]; i++;}?
Author | Votes | Δ |
---|---|---|
Gopi | 4 | 0.00 |
Last visited: Nov 11, 2015, 1:38:42 AM