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 2 3 4 5 6 7 ... 49
Title Δ
why do I get unexpected results when swapping two variables using p... +1.65
struct statement in c, will these 2 make difference? -0.59
Function returning a pointer in C -0.12
How to initialize array in C without using "[]" -0.62
How does C determine bound of array? +1.33
How to print call sequence of functions in c? +0.37
How to use strcat() function? +1.60
Are these three dimensional arrays legal in C? +1.90
malloc initializing allocated array to zero +0.13
why do we have to add NULL to print a reserve string using pointer... +0.37
Function Prototype Format in C -1.59
Why strcmp tell me a variable is an integer when it's not -0.05
Undefined or unspecified behaviour? +1.27
Difference between sizeof(empty struct) and sizeof(struct with empt... +0.39
Size of a struct with flexible array member 0.00
How are C structs with arrays returned? -0.52
What's the difference between #define and '=' in C? -0.59
Why is Saved Frame Pointer present in a stack frame? 0.00
ok to overwrite to declared : char * a = "abc";? -1.28
Garbage value retrieval +0.39
when i run my client program it doesn't connect with my server 0.00
Why does "const extern" give an error? +1.61
Not able to understand the working of Pre-increment/ Pre-decrement... -1.57
execution of ternary operator +1.20
C: Trying to remove newline character from end of string +0.38
Conditional operator " ? : " +1.47
How the below recursion method works with argument enclosed with (i... +0.25
C11 implicit conversion of chars, x % y +0.32
Linked lists - single or double pointer to the head +0.39
What is the difference between a sequence point and operator preced... -1.77
Explanation for output of given code -0.52
about the malloc in c pointers 0.00
Using an uninitialized global variable (for read and write) is OK? +2.51
Does `printf("%.-1s\n", "foo")` invoke undefine... +1.49
subtracting two addresses giving wrong output -0.60
How to cross-compile a C program for OpenWRT with libpcap library? 0.00
Passing array string into function pointer? +0.38
C - function to check how many time a letter appeared in array +0.90
Loop and sum giving unexpexted result +0.77
Why do My C Code go Wrong -2.22
Unexpected output in C program +1.28
Dereferencing an array of pointers to two dimensional arrays in C? +0.38
How to solve second degree differential equation? 0.00
storing string in array 0.00
How can i modify a matrix using pointers +0.39
Member access in nested struct with pointers. Arrow operator equiva... +0.39
Why does x[2] reassign the y value as well? And how do I fix this +1.22
In C why can I pass function name (not a pointer) as parameter to f... -1.80
Return Value or Passing Pointer as Argument? -0.90
Why C function strlen() returns a wrong length of a char? +0.27