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 ... 45 46 47 48 49 ... 62
Title Δ
What does a pointer initialise to? +0.96
How to interpret *( (char*)&a ) -0.40
Definition of main() in C -0.49
Can I list the local variables in a stack by using some system func... -0.34
Character Counter from "The C Programming Language" Not W... -0.12
How does C retrieve the address of a row for a 2d array -0.31
awk a C/C++/Java function in its entirety +0.06
What is the difference between calling functions in the following w... -0.34
Does local variable be deleted from memory when this function is ca... -0.19
unions in C to handle passing pointers of multiple type to function -0.53
Why pass a pointer to a global structure? -0.19
Passing C char array and allocating causing program to crash +1.05
After a pointer has been declared and initialized, when do you pref... -0.94
C pointer : array variable -0.46
Why does/did C allow implicit function and typeless variable declar... +0.16
Does sizeof(float) always equal to sizeof(int) on all architectures? -0.39
"C or gcc" is like "Chicken or the egg" ? :( +0.06
General container in ANSI C +0.91
Returning an array using C -0.33
How to allocate memory for an arbitrary-sized array of fixed-length... -0.17
What does void* mean and how to use it? +0.92
how to typedef a constant variable -0.43
What will be the Output of the following code written in ā€œ Cā€? -0.45
what's the error means i cant find it or figure it out +0.55
Is there a way to get the number of elements in an array in C? -0.61
C array and pointer parameters -0.09
Is this code valid under any C standard? -0.22
How can I stop #including redundant headers when I use header files... -0.30
C: Define an array of long as return type of function -0.27
Pointer initialisation to a constant value - segmention fault -0.81
Pointers not giving expected result -1.65
Casting pointer & its address to integer pointer -0.46
Is the size of C "int" 2 bytes or 4 bytes? -0.71
what is the meaning of a double pointer of struct in C -0.66
Pointer and Memory from Stanford +1.04
Problems reading numbers in scientific format in C using fscanf() -0.87
part names of variable declaration +0.31
printf in C dont occupy memory? -1.23
assignment after function returning array of pointers +1.26
What does sizeof (int) * p semantically mean? +0.55
Why should I include an header file? And how #include actually works? -0.95
what happens when you input things like 12ab to scanf("%d"... +0.28
Why the fscanf is used 2 times with: while( !feof(File)) -1.59
Pointers in C with paranthesis +0.28
How to declare pointer and allocate memory a two-dimensional array... -0.10
Beginner: Should I start High Level or Low Level? +0.06
2-D array in single malloc call +0.55
Garbage value with post increment +2.15
get inputs from the file in C -0.38
Why does scanf appear to skip input? +1.71