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 ... 44 45 46 47 48 ... 62
Title Δ
array's base address +0.04
Explanation of Array Pointers in c? +1.06
Whats wrong with my SIMPLE C program? +1.06
Negative index in array +1.12
what is the default value of a char array in C? +1.38
Javascript Object , Making similar in C +0.03
why we do not use '&' in scanf for char arrray -0.75
Segfault in C File I/O -0.60
convert array to two dimensional array by pointer -0.52
Dynamic Array in C - Is my understanding of malloc/realloc correct? +1.87
cant re-def enum type def +0.56
Adding data to arrays in C +2.70
Limit scope of #define labels +0.76
Accessing elements from a 4d array in C via a pointer +1.25
what does an "expression" in C language mean? -0.66
C "%d" format specifier -1.17
Is there a way to share 'struct' among source files while not expos... +2.54
How do I count words and lines in an input stream? -0.81
Difference between int *x[] and int (*x)[]? -0.29
Why is the return type of isalpha() int and not bool? -0.54
Postgres C Function - Passing & Returning Numerics -1.15
Stack frame in C -0.56
New Arrays and Pointers +0.55
conditionals and arrays in C (beginner) -0.44
x<<y>>z order of evaluation in C +0.57
Why is my makefile recompiling even if I just compiled the source? -0.83
constant pointer in C -0.62
The value and address of an array are the same, except when passed... +1.15
how does p become a 2-D array after the call to malloc? -1.55
Problems with 2 D arrays +1.35
Having trouble returning C returning array -0.30
which ANSI characters does isblank detect ? +0.49
#include preprocessor macro name space +0.99
Questions about the syntax and workings of C -0.16
Usage of C Pointers +1.17
Array name as variable +0.48
want to know how this expression works? -0.32
How to free pointers within a dynamic array when realloc fails? +0.05
What technical disadvantages do C99-style VLAs have? -1.27
Accessing elements in array of pointer -1.27
What (actually) happens, when a function with the warning "con... +0.35
Using a buffer with malloc +1.39
rvalue definition is objects that cannot be assigned values, but wh... +0.45
Is this syntactically correct? -0.45
Confusion with Two Dimensional Array -0.35
A few questions about legal arguments to printf("%s", ...) -0.67
what difference between while(*p){p++;} ,while (*++p){;} and while(... +1.01
Calculation in code -1.88
Why the unnamed parameter warning discrepency between C and C++? +0.15
Reversing a array of character in its own place -0.13