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 ... 13 14 15 16 17 ... 62
Title Δ
Using return 0 with void main()? +2.65
Parameters in the sizeof operator in C -0.12
What is the relation of the values of an int member and a float mem... -1.34
Why don't we have to pass the row size of a multidimensional ar... +2.83
How to understand void (*action)(struct softirq_action *) +1.00
How does C type syntax avoid circular definition? +0.21
C - How to stop function from accepting values that are not in range? 0.00
Building an Array of #define Directives -1.68
Array declaration with assigning address -1.31
Arrays as arguments when used with **characters** VS with **integer... +0.28
Why is NULL not a valid memory address? -1.62
Does the array name also takes a space in memory in C? +2.22
Logical operators' precedence in C -0.01
Replace switch/case by #ifdef or something similar -1.45
Passing a struct by reference instead of value within void functions +1.46
Undefined behaviour seems to be contradicting with operator precede... -0.19
C - Is struct variable a pointer? -0.35
Whats the difference between these enum in C? +0.18
Why does testing float for null produce compilation error ”invalid... +2.85
What is the point of "pointer types" when you dynamically... +2.15
Using realloc by multiplying a pointer integer and sizeof(int) not... +1.43
Variadic function f() vs. f(...) in C 0.00
How does a scanf() inside printf() work? -0.29
Incompatible Type for argument error -0.91
Is it possible to modify a printed string without printing it again? +0.48
Not able to calculate in C.How do you calculate in C? 0.00
How to implement cs50's pset3 frequency and understand notes.c +0.48
I need help debugging a basic C program to calculate Fibonacci numb... -0.03
Order of evaluation: subexpressions, sequence points and postfix in... +0.48
Is a pointer variable treated differently in memory than a normal v... 0.00
C11 and constant expression evaluation in switch-case labels -0.36
Returning arrays with custom function in c not working -0.33
How are arrays "implemented" in C? -0.06
C: Why static variables can't be linked externally like globals 0.00
Understanding K&R's getint() (Chapter 5: Pointers & Arr... -0.48
How does (*prt)[N][N] work when dealing with heap allocation memory? +1.62
Candidate Function to Print Generic Array in C -0.53
Where can I find weird, specific C syntax rules? -1.50
Understanding the pointers in C +0.52
Basic while loop to scanf an integer +0.46
Do I need to free structs within structs? -1.67
C char array and \0 -0.83
C : Can't understand how 2nd and 3rd method of declaration of s... +2.73
Flow of dereferencing and referencing pointers in C +1.75
is it possible to have only header file in C without source file -0.36
How to convert int to Double in C programming -1.39
&& Syntax in C for CS50 +1.27
Uninitialized variable or array +0.98
call by pointers and call by value C 0.00
Input validation in C only Integer -2.10