StackRating

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

haccks

Rating
1562.22 (5,201st)
Reputation
88,275 (894th)
Page: 1 ... 11 12 13 14 15 ... 49
Title Δ
What does int (*f[])(int*) represent? +1.18
Difference between "+=" and normal addition +0.61
What does while(*pointer) means in C? +0.64
Does a[a[0]] = 1 produce undefined behavior? +0.51
nested ternary operator vs nested if else, which is better in reada... +0.75
'*' around parentheses : pointers -2.15
How does the declaration affect the comma operator? -1.34
Why sizes of an array and a pointer to a first element are different? -1.57
Why assignment to a subscripted array works and assignment to a der... -1.08
Is this condition checking statement legal in a for loop? +0.04
Macro inside Macro +2.11
What is the difference between these two methods of memory allocati... +0.28
Confused C pointer behavior +0.97
changing the pointer in C -0.70
union in c stores one data at a time -1.19
On the difference between pointer and array notation when used with... -0.67
unsequenced modification and access to pointer 0.00
Why do I get expression must be a modifiable lvalue? +0.38
how does it happened that a variable used before it's declared? -0.81
Why the output is same in all three cases? -0.13
About the Remainder operator in ansi C 0.00
Assigning multiple integers separated by comma to an int in C - Why... -2.21
Reassigning string literals +0.40
How to use typedef of a pointer variable of a structure to point to... +0.73
Warning: comparison of distinct pointer types +1.89
In C, why can't the value of a pointer-to-char variable be chan... -0.19
Which is faster: Increment or equation with addition arithmetic -1.52
Index operator bound to a string literal +2.37
printing int in c by %s in printf -0.45
C local and global static variables +0.40
Malloc array of struct +0.95
Is the "(int)" in "sizeof (int)" a typecast ope... 0.00
How to put multiple integer values into a void array in C? +0.40
getchar() continues to accept input after including Ctrl+Z in same... -0.57
Two dimensional array address and corresponding pointer to its 1st... -0.57
How does c compare character variable against string? -0.90
Number of bytes in memory taken by the below structure is +0.72
confusion regrading ungetc function -1.09
Inconsistent gcc diagnostic for string initialization -1.04
Would it not be same memory address after this assignment? +0.91
How do I write code for integers greater than 64-bit in C? 0.00
Doesn't `for(;;)` evaluate to false as it is an empty statement? -1.03
How to understand dereferences and generic pointer in order to see... +1.13
Why is x[0] != x[0][0] != x[0][0][0]? +1.02
Pointers and Arrays in C, Need for more Understanding +1.41
trying to append a character to a character array +1.34
How does tail recursion really help over traditional recursion? -1.66
Why are stackoverflow errors chaotic? +0.41
Pointers differ from an integer 2-D array and a string in c -0.27
Freeing a multidimensional array when allocation fails 0.00