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 ... 62
Title Δ
Why is it possible to define a variable inside a loop in C? +0.10
C-Arithmetics and precedence -0.73
Questions about C array syntax +1.33
Why does gcc/clang handle code slightly differently? (Example given) -1.71
Why does dividing a int with a float result in a float? -0.90
Does time complexity change based on parameters? -0.15
Array initializer and pointer confusion -0.77
What are the benefits of using macros instead of functions in C? -0.64
How to dynamically call nested functions in C? +0.24
Is this a valid way to declare an array in C? -1.91
How to properly allocate true 3D array in C +0.39
Why do function pointers exist as long as they act similar to funct... -0.77
Logical AND OR and increment precedence +1.00
Pointers inside structure 0.00
How to explain the output of this program in C? -0.80
Does casting actually DO anything? +1.40
sizeof operator shows wrong size of struct in c -1.36
How to understand the syntax of C multidimensional arrays? -1.58
Operator associativity, precedence -0.18
How do I access a structure member with a pointer in C? 0.00
Initializing a struct with malloc -0.12
What does "optional prototyping in C whereas mandatory prototy... +0.46
Calculating percentages in C +0.50
Why postfix increment is conducted at last in a condition evaluation? +2.09
How to compile multiple separate C files in a directory using a Mak... -0.47
Is there a way to use a char array/variable in #include +1.57
What does *--a = *--b mean in C +0.51
Static Variables are stored on Data segment then how do they get de... +0.01
Why is calculation using float variable different from what I think? -0.92
why do printf in C need to specify type of data -0.43
What does this assignment to a string literal do? -1.65
C: is there any equivalent to `&arr[0]` for 2 dimensional arrays? +1.33
I was studying with a friend about the C language dynamic allocatio... -0.05
how to dynamically declare a 2-d array in c using type: int(*)[ ]? -0.42
Sizeof string vs sizeof string pointer -1.16
Why we need to return pointer when we use function? +2.02
Why is the length of the array 3 when I have added 4 elements? +0.43
Does scanf() update constant variables? +0.05
C Commandline Arguments: Need Clarification About Order of Argument... +2.88
GCC compiler cannot find stdio.h +0.51
for Loop Not Running - Temperature Problem -1.36
#define N 500 error: expected identifier or ‘(’ before numeric -0.58
Format ‘%d’ expects argument of type ‘int’ -0.11
Why does a character array work like a pointer in the following con... +0.48
What does platform independent languages really mean? +1.22
To use a function prototype or not +0.63
Encountered a weird warning : operation on 'C' may be undef... +2.84
How to use typedef void* Handle to dereference a variable? -1.12
Changing an element of an array of char[] +1.49
pointer to an array int (*ptr)[] -0.92