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 ... 9 10 11 12 13 ... 62
Title Δ
Initial value of int array in C - why? -1.56
Does * have different meanings based on the context of its usage? +0.25
Array of pointers to strings(base type of pointers) -1.04
Why does this C program print output "10" irrespective of... -0.77
How is memory occupied in this piece of code? +0.52
Can i store string in char array of length 1 -0.13
Why we can't use dot for new created pointers to structs -0.74
Printing of negative value in c via printf -1.05
Wrong returned value in main function? -0.32
Intuitive approach to C array exercise from "the Book". [... +0.51
i cant understand the behavior of printf with recursion -0.57
What is the correct way to print the address of a variable already... +0.24
C : If as I understand 0 and '\0' are the same, how does th... -1.41
char name[1], but when I input 13 characters, wierd things happen o... +0.51
How does incrementing memory address effects pointer -0.33
Can anyone show an example where this precedence matters? -0.20
Why is `typedef struct x x` allowed? +1.44
Is it possible to store an float value in int variable -1.67
Returning a 2D array from function to main function -1.51
Why is storing a function with different argument type to function... -1.76
why a pointer value is assigned before the increment operation is p... +2.99
Is there a way to not use pointer in returning array? (warning: pas... -2.40
Why is the return value of integer array size(array) just 4 times t... +0.50
The program does not seem to be exiting the loop. Why is that? -0.26
What does float *a[]; declare in c? -1.58
Having trouble understanding output of line of code - -1.74
How to stop programme from reading if -1 is entered, and calculate... +0.34
Why is it sometimes valid to write an include statement in a codebl... +0.48
Precedence of 'or' and 'and' operators in C -0.41
Is there any real world application of indirect addressing in some... -1.43
Why would someone use int instead of bool data type? -1.93
How to return an error from a returning value function in C language +0.68
What defines the size of a type? -1.25
How does this piece of code determine array size without using size... +1.07
Why pointers can't be used to index arrays? +0.55
Why do variables declared with the same name in different scopes ge... -1.36
Using enums to access 2D array indices +0.33
Are .h files treated differently by the compiler or "just"... -0.13
Using '&&' and '||' in a statement outside... -1.87
Why does this loop go forever? -1.16
How to convert this C code that uses "#define" for macros... -2.34
How to ensure the consistency of the data type in C? 0.00
Doesn't work function free and code always crashed +0.49
C float initialization result is unexpected -1.06
how do i control the length of an array -0.82
What is the difference between arr and *arr? +0.60
Iterating over an array stored on heap -0.18
What happens if I set a value outside of the memory allocated with... +0.73
Trying to better understand switch statements and how their express... +2.32
Why one char character appears on 4 bytes in C language -0.52