StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Answers and rating deltas for

char* p = "hello"; printf(" %c %c %c %c", *p, *++p, *p++, *p);

Author Votes Δ
Eric Postpischil 2 +1.37
haccks 1 +0.32
Sean -1 -1.69
Last visited: Sep 14, 2014, 5:07:29 AM