StackRating

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

John Bode

Rating
1491.22 (4,395,876th)
Reputation
87,841 (904th)
Page: 1 ... 8 9 10 11 12 ... 62
Title Δ
What happen the data is bigger than malloc declares? +0.52
How can a character a and string a stored differently except than a... 0.00
warning: format ‘%d’ expects argument of type ‘int *’, but argument... +2.47
Printing statement in c -0.76
why size of struct is differs from size of struct pointer +1.04
I am unable to use strtok over a char -1.62
Why does a "char array" require two of "[]" but... -1.35
Different semantics between `char *` and `int *` +0.25
C print file path from FILE* +0.40
What does inptr and outptr mean 0.00
Array out of bounds in C -1.74
How to fix "request for member ‘rank’ in something not a struc... +1.95
This should be int, why are we using %s then? -0.73
Why must I write i+1 in the printf() section whilst I write i++ for... +2.37
What does a ! operator mean if put in front of a variable? +1.89
char** Array Out of Bounds Behavior in C 0.00
char* vs const char* in C -1.60
How does function parameters and local variables affect on the perf... -1.61
How to let user determine array size of global variables? -0.79
How to sum numbers from file in C +0.06
Why doesn't this generate out-of-bounds access in C? -1.70
Is it possible to draw charts in ncurses library as below and updat... +0.04
How to pass size of array in function to function? I don't have... +0.51
How to store an array into an array in C? +1.02
Fscanf gets the values wrong -1.44
Pointers in Structure pointing to another strucutre +2.96
Why do function pointers require a return type? -1.18
A string inside a struct is being overwritten and I can't tell... -1.97
Is there a way to use a typedef struct variable in a function...? +2.02
How to store groups of doubles using structures and arrays +0.74
Beginner in need of a simple explanation of the difference between... -1.17
What does it mean when the name at the beginning of the struct and... +0.16
Why init pointer to NULL is a good practice? -0.28
Sizeof &a vs *a -1.79
Are void * pointers meant for generic typing in C? +2.52
Size of int, short, long, long long? -1.39
Use of instantiation in enum -0.32
Is the meaning of l-value different in c and c++? -1.35
Difference in storage of memory in string and an integer array in C... +1.16
What does something like int *array[99] = {0}, *u do? -1.09
Is There C equivalent to Python's: if __name__ == '__main__... +1.08
How is the value of global variable changing in my code? +1.56
What does char a[50][50] mean in C? +0.66
Output of expression ++a,a,a-- in C & Java +0.66
why pass as argument of a function a function? -1.41
Why return a static pointer instead of an out parameter? -1.05
Use of ampersand operator in Scanf -0.00
How to check if variable equal to multiple values -0.94
infinite prompt loop problems +0.52
Difference between ** and * in 3d array 0.00