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 2 3 4 5 ... 62
Title Δ
Pointers in C, I'm so confused -0.38
How to convert using atoi and strtok with multidimesional arrays? +0.25
Problem while defining conditions for multiple variables in C -0.47
confusion in passing a pointer to function in C -1.20
Why is the value of variable changing without changing it in the pr... +0.54
Creating a pointer to a 2D array -0.15
function of a senquence ( Sn ) without recursive -0.78
What causes this difference in behaviour for malloc() and free() be... 0.00
Why the usage of tokens in an identifier gets errored? -1.25
C: Error using malloc and realloc on array of structs +3.05
c integer starts with 0 +1.10
I don't understand this hash-function code -0.48
Malloc sizeof individual members of a struct? +0.54
How do I free up memory allocated implicitly in an array? -0.42
Does x ^= x & -x; where x is an unsigned integer invoke UB? -0.91
C - Program crash after free() -1.11
What is the difference between ptr->thing and *ptr->thing in C? 0.00
Pointer arithmetic in array of strings -1.08
Precedence order for a complex expression 0.00
priority of operators in C language -0.29
Why do char functions require becoming a pointer when returning a s... -0.26
Why does this program crash, if SPLIT is between 4 and 7 +0.02
Incomprehensible syntax in c/c++!! why can we malloc a buffer like... -0.72
Why is putting an '&' before a giving me the result I w... +1.18
How does a C program take command line arguments at run time? -0.41
How to read double value with semicolon between instead of a dot 0.00
Question about C struct - same type, no compatibility? 0.00
Right way to dynamically allocate memory for list of structs in c +0.05
C typedef correct use case -0.88
Why is Char Data Type used in this Function? -0.68
How can I control float input in c? 0.00
How do I count the number of times a variable's value has been... -0.23
is making functions 'independent' best practice in C? -0.76
Can nested undefined behavior(s) cancel the (potential) hazard of t... -0.08
This is a c code to find the average in an array of 50 elements usi... -1.65
How to check if the value entered by the user is double (C infinite... 0.00
Function that returns a pointer to function using parameter passed -1.31
What is the sense of using types like wchar_t? -0.49
How to divide all elements in an array by the same value? +0.54
Writing outside of the bounds of a 2D array 0.00
How does ~0x00 return -1? -0.92
How to use printf() and scanf() in C without going to the next line? +0.03
How To Run Google test from terminal on C code? 0.00
C nested structs with list 0.00
How to strtok in C twice? -0.93
char argv[ ][ ] as main function argument, why not? -0.55
How do I use mergesort to sort the names that have the same surname? -1.72
In C why does the power function return 1 when the power is set to... -1.26
C pointer to array/array of pointers disambiguation (extended) +2.37
pointers & 'Illegal instruction (core dumped)' in C +2.41