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 ... 23 24 25 26 27 ... 62
Title Δ
Pointer Addressing in C +0.51
Is the size of every C data type guaranteed to be an integer multip... +1.07
Do 2D Arrays Always Need a Loop for Allocation? +1.95
Is this program correct? -0.40
Get length of 2-D array in C +1.78
Should the stack pointer point to the value on the top, or the the... -2.04
C while loop multiple conditions math +0.01
Error on hackerrank compiler -0.70
Why is this passing by value? -0.55
Are there ways of array representation using Pointers in C? +0.20
The mechanics of populating an array +1.41
Why is `int ( *array )[10] = malloc(...);` valid C code? +0.80
C: Accessing the ith vararg +1.97
the C, what does "void main (int argc, char *argv[0])", n... -0.54
Direct assignment vs Dynamic allocation for char * string -1.43
Allocate a contiguous block of memory -0.84
Sequence point in array index -0.01
Trouble working with 2d array passed by reference C 0.00
expression must be a modifiable lvalue multiplying varibles +1.38
what does the line int *(*(x[3])())[5]; do in C? +0.10
Why using char* arr[1] in C? +1.76
Array of pointers to an array of fixed size +1.30
What exactly is happening in this parsing-function? +1.03
array [] vs pointer * - why will the first code fail in C? +2.47
C - how do I read * and -> together? -1.60
When will C free memory of struct +0.41
How do I implement a queue with a dynamically allocated array? +0.51
what does the output of this code mean? printf("%d", &quo... -1.38
different assembly instructions from gcc2.9 to 5.3 0.00
When to use * in pointer assignment? +1.51
Determine if the compiler is little or big endian in C +0.57
Is there a syntax like this in C? %[^\n]s 0.00
From where do the initial values of the variable length array (VLA)... +0.98
In C BNF, UnaryOperator ::= ( "&" | "*" | &... +0.78
How to interpret breakpoints in GDB? +0.67
What is the time complexity of array declaration & definition i... -1.42
Array input without asking number of elements of array -0.12
pointers declaration fundamentals (assignment of multidimensional a... -1.79
size of pointer is always equal to size of int in C compiler . Is i... -0.66
What is special about structs? -0.51
C: Syntax error: identifier 'Block' +0.05
Reason of error on pointer de-referencing -0.39
Array to pointer vs 2D arrays +0.52
Assignment of 2-D array to a pointer +1.41
Freaky way of allocating two-dimensional array? -1.00
what is the difference between these two pointer declaration +0.53
What is the right declaration of constants in C? 0.00
How a C array name save two values at one memory location? +2.93
Writing structure to a file gives me wrong result -1.52
Position 0 0 on array bidimensional doesn't save a integer -0.42