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 ... 36 37 38 39 40 ... 62
Title Δ
difference between the dot operator and arrow operator by structure... -0.34
when arrays are implicitlly converted to pointers in c +0.20
I don't understand the output of this code -1.11
C Language: lookup in char array -0.33
Creating arrays in C +1.39
Can char arrays be overwritten by longer strings in C? +1.65
Dynamic Memory Allocation with pointer of arrays +0.95
Abundant Numbers in C -0.43
dynamic array allocation and printing the elements -2.15
Why would you declare variables in the middle of defining a function? -0.46
printing a string in c characer by character -0.19
Data type in an Array +0.05
What is the best way to tokenize a string in C++? -0.37
Pointer to pointer assigned to a two-dimensional array, points to w... +1.63
Whats the difference between these array declarations in C? -0.59
In C, how can I initialize all elements in an array of pointers wit... -0.16
C: How do I allocate an exact amount of bytes to a string? +1.52
Triple pointers in C: is it a matter of style? +1.04
C operator precedence of operators in the same group -0.83
Debugging A Segmentation Fault in C Program -0.10
What does void *(*routine)(void *) mean in C? +2.68
Nesting Structs in C -0.26
Returning a two-dimensional array in C? +0.88
understand complex expression in C -0.22
Declaring C Pointers - Why do we use * and not & +0.48
C: how to store a string -0.98
Why code before break doesn't work? -1.61
Big array initializations issues in C +0.09
Understanding C declarations +0.68
checking if character is upper or lower case in alphanumeric +0.18
Two declarations of the same function in c -0.05
Can't seem to figure out what's going on here -0.23
Checking if passed string is an integer. Using C 0.00
How do programming languages call code written in another language? -0.43
Do comments consume memory and/or use cycles? -1.47
Issue with comparing pointers to integers and making integers witho... +0.20
mutidimension array with muti dimension data types in c +0.02
EXCEPTION_ACCESS_VIOLATION when using large array in C 0.00
Make an array accessible to any subunit included using #include &qu... +0.54
Zopfli is written in C for portability... wait what? +0.33
how does returning a static variable make a difference? -0.88
Proper usage of realloc() -0.35
Scanf a char in C with an example -1.02
Dynamic memory allocation - 2 dimensional array -0.28
confused about getchar and scanf -0.06
pass 2D array slices from 3D array to a function -1.78
Pointer operations and operator precedence in C +0.37
Difference between `a` and `&a` in C/C++ where `a` is an array -1.32
How to print a char array in c with printf? -0.26
Why does Malloc allocate more memory than I requested? +1.23