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 ... 4 5 6 7 8 ... 49
Title Δ
How the output is possible in the following? +0.37
Why printf() gives a runtime error? +0.75
Accessing Two dimensional array with pointers giving error -0.37
Error swapping two arguments by address in function 0.00
How to fix incompatible types error when I want to set a pointer to... +2.54
Diffrence between binding in function and out of function +0.37
Randomize function 0.00
Returning pointer to array doesn't give expected output in c 0.00
Why can I update a pointer to a (constant) string literal? +1.81
Pass only one argument to main() in C -2.07
Meaning of asterisk as index of array in function parameter? +1.27
Confusion about void main() in C -0.18
How can I compute an index offset from a given multidimensional arr... +0.70
C Array of const unsigned char[][] -2.29
How does memory allocation work in c? 0.00
Other way to scan values in a .txt file apart using arrays? 0.00
how this convertion done in c++ from unsigned char* to unsigned sho... -0.12
Explain 2-D array using pointer in c 0.00
Using booleans in equations (C) +0.85
What in the syntax rules makes prototypes of functions that return... +0.14
How to sort binary array in linear time? -0.78
C type * (blank) declaration (binary tree, case in point) -0.20
unable to get the output of ternary operator +0.39
Wrong memory allocation with malloc 0.00
Using pointers as data for functions +1.03
Using the sizeof operator in the initialization of a struct with a... +1.31
Is it possible to use array of bit fields? +2.13
C random number producing garbage value +2.15
Struct members are not updating through pointer to struct +0.12
Enum constants behaving differently in C and C++ -1.02
Why doesn't strcpy use a const pointer for dest? -1.73
Pointers in C and C++ 0.00
Returning an array of strings (char*) in C +0.40
Passing two values with parentheses in a single argument function +0.39
Is this undefined behaviour in C ? If not predict the output logica... +0.73
Multiplying by itself in the for loop condition +0.73
proper use of the ternary operator in a function strToInt (C) -0.10
C - Returning array as function argument +1.62
While entering a string in an single element of array in c why does... -0.74
Does relational operator in C have fixed evaluation order? 0.00
a = &b vs *a = &b — pointer assignment +0.39
||, && operators in C +0.35
Print dynamic 2-D matrix with a separated function 0.00
Adjusting the size of an array according to a variable -1.06
How can i set a pointer to a 2-D array +0.40
Passing array in as parameter in C -0.34
In C, why can I see a value written past the end of an array in a d... +0.70
Why is there no re-declaration error in this code? -1.38
Is unevaluated division by 0 undefined behavior? -0.33
What is the size of the structure in this code below assuming that... +0.40