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 ... 32 33 34 35 36 ... 62
Title Δ
Error: incompatible types when assigning to type ‘char[25]’ from ty... +1.93
C array pointer maths. Have memory violation on access by index +0.53
C stack using array +0.06
Understanding two ways of declaring a C string +0.98
Is it bad practice to use *str++? +0.93
How to check an array for carriage return -1.82
Pass a string to function get an integer array from it +0.00
C Constant structures containing arrays of different lengths on the... -0.53
when the const is considered really a const? -0.12
C Pointers from Past Paper +0.27
Why number[i].grade is regarded as a pointer type cannot be compare... -0.08
Output from *++p and ++*p pointers -0.27
Confused about sizeof with structures and unions -0.46
How to explain C pointers (declaration vs. unary operators) to a be... +0.19
Where does the word "dereferencing" come from? -0.76
Why is using the structure variable itself in its element not allow... -0.78
Why not just allocate a ton of memory? -0.93
Are big endian and little endian values portable? -0.60
Where/how to get the "getline" function if it is missing... -1.66
trying to malloc a series of arrays to contain names within an array +0.42
order of evaluation for multiple increment operator on pointer +2.24
Tilde operator in C +1.67
"Static const" vs "#define" for efficiency in C +0.87
Arrays and Pointers, which is the better way to write in similar si... +1.87
What is the data type of pointer variables? -1.22
Trouble with struct malloc in C +1.24
Stack output in C +0.05
In a C function what's the difference between char and string? -0.55
What is the idea behind using a stack for local variables? -0.01
Passing multidimensional static array to a function +0.61
printf of int value returns only first character +1.76
Pointer inside pointer : How to know easily between two pointer? -0.20
Difference between pointer and array syntax +0.05
A pointer to a function +0.62
How does C store negative numbers in signed vs unsigned integers? -0.39
Difference between two approaches of function pointer implementation 0.00
Need help in understanding the solution to the C exercise involving... -0.38
Understanding pointers and address references in C +2.15
Passing 2 dimensional array created using dynamic memory allocation 0.00
Dynamically-allocated two-dimensional array in C +0.02
What address am I printing out? -1.67
While loop with ++variable -0.12
C function syntax -0.74
Why won't *num show the zeroth element value? +2.15
How to scanf only integer? -0.77
how to malloc() a multidimensional array of non-default type? +0.06
How to pass null parameters to a function +0.04
C char pointer array in stucts, how to -0.16
Trouble with else if statements in C combined with a calculation -1.74
Array of string in a struct pointer +0.06