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 ... 50 51 52 53 54 ... 62
Title Δ
Few questions about C syntax -0.83
How do Prefix (++x) and Postfix (x++) operations work? -0.21
How can I view the C code after compilation in binary code? -0.58
Reading a number from a file and converting it to an integer in C -0.20
When you're dealing with C and other languages that have pointers,... -0.38
C Language: Why does malloc() return a pointer, and not the value? +0.65
How to read blank lines using %[^\n]s? +0.54
ReadLine function for a file -1.74
Where does the OS store the command line arguments? -1.62
How do I get the width/height of a 2d array being pointed to with m... +0.31
what makes difference with these two programs in C -0.82
&& and || operators -0.64
Address of array - difference between having an ampersand and no am... +0.28
when does a array act as a pointer in c? +0.89
Difference between "3" and '3' in C -0.82
Segmentation fault when reading from a file -1.13
How do I dynamically allocate an array of strings in C? +0.36
Counting substrings in C -0.73
how to get a array size in a function without counting or pass the... -0.88
Passing NULL for array parameter in C/C++ +1.35
True and False for && logic and || Logic table +0.88
trouble reading a 2D array of characters in C? +1.36
Evaluation Order of Subscript Operator -0.21
How Does Case 5 executed in this Switch statement? -0.59
Problem with C char[] swapping +0.63
Precedence of Logical Operators in C -0.32
Confusion with pointers +0.83
How to use % operator for float values in c -0.20
Using spiral rule in command line argument +1.52
Compiler warning when using `%*s` with `printf` -1.28
sizeof on argument -0.35
Please Explain the Output? -0.14
Casting a pointer does not produce an lvalue. Why? +0.58
Are arrays const datatypes +0.37
C programming: subscripted value is neither array nor pointer -0.76
C pointers void * buffer problem -0.58
Is there something in C like C++ templates? If not, how to re-use s... -0.84
Learning C: what's wrong in my pointer code? +0.07
static function in c -1.02
Can #include directives go somewhere other than the start of a file... +0.35
What happens if I increment an array variable? +0.23
How do I handle array pointers? -0.20
Function inside function in C +0.56
How to write to file from char[][]? +0.91
C pointers question +0.57
Why write `sizeof(char)` if char is 1 by standard? -0.02
How do I specifiy the return type for an array of pointers to void? +0.14
How to make a dynamic sized array in C? -0.63
C99 ,variable placement in C code +0.29
Pass by value possible in C? -1.15