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 ... 49
Title Δ
How are expression and arguments ordered for execution? 0.00
C programing: pointer to a function +0.39
function returning an instance of struct -1.03
Executable fails to open files when double clicked +0.71
Passing double pointer to function +1.06
Why is there a run-time error when freeing memory? +1.37
What is the difference between char*str={"foo",...} and c... +0.26
is access to array member in structure in c a access to value or ad... +0.93
Is malloc neccesary when creating array in function call? -0.08
Print character which is in an array -0.93
Dereferencing malloc(0) -0.65
How can I implement a function to repeat a char in C? -1.12
Can't assign a new object to pointer pointer type in cpp -0.63
Pointer to typedef of an array -0.63
Can we safely say that the result of realloc does not alias with th... +2.53
I am trying to make the for loop iterate once so it does not give m... -2.29
Is it well-defined to use a pointer pointing to one-past-malloc? +1.03
Where did this value come from? -0.73
Is there a way to have a 2D array in C, which has both integers and... -0.50
Pointers arithmetic +0.08
Can we define function prototype in main function in C? +1.04
Function, for returning pointer to function that returns pointer to... 0.00
Return an array containing the first n Fibonacci numbers using poin... 0.00
Passing larger sized char array as compared to the size of char arr... +1.37
C Handle factorial with big numbers -1.44
C - Passing pointer to function +1.26
Does undefined behaviour have to be defined to be undefined? -0.61
Hidden memory allocation? +1.54
How can this structure have sizeof == 0? -2.67
How do I write a for loop in C +0.11
Do struct tags, union tags and enum tags have separate namespaces? -1.23
Why does the size of the same identifier differ in C and C++? -0.04
Arrays and C syntax -0.51
Why do lots of (old) programs use floor(0.5 + input) instead of rou... +1.63
Initializing variables with a compound literal 0.00
Is it OK to access past the size of a structure via member address,... -2.07
Reading values from command arguments in C 0.00
Behavior of "comma" operator in sizeof() operator In C -2.01
How to reverse a string using command line? +1.32
sizeof() for an expression -1.04
Why does sizeof(*"327") return 1 instead of 8 on a 64 bit... +1.60
Initializing a pointer to compound literals in C 0.00
Whats wrong in this code using functions? -0.62
pointer in array of pointer print value without * +1.93
Bitshifts canceling out instead of expected behavior -1.03
null pointer doesn't address to 0x0 location in cpp +0.88
Why ++(*p) is not giving l-value required error? -0.45
C Issue with understanding an array of pointers -0.70
The nth element of a series where numbers are divisible by the sum... -0.66
invalid conversion from 'int' to 'int*' [-fpermissi... -0.69