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 2 3 4 5 6 ... 62
Title Δ
Importing a C function 0.00
How to understand the result of adding a big float to a small double? -1.07
How to Format Turn Floating Point into Exponent Using Constants in C -0.34
How to create an array of strings based on a variable in C -0.50
What is the use of a pointer to pointer to struct as an arguments o... -0.82
Why does the type cast of malloc in C have the * symbol on the righ... -1.46
Modulo % only prints one zero digit in C +0.53
Dynamic memory allocation and pointers related concept doubts -0.36
C - where is the signed bit in the negative char—(-128)—when it'... -0.08
How does C handle variable declarations after program terminations? +0.34
How can I validate scanf numeric input -1.42
Are there differences between int pointer and char pointer in c? +0.02
where is the actual string of these two environment variable (a) en... +0.43
How to access local and global variable with same name in C -0.80
How &a[i][j] gets evaluated to *(a+i)+j -0.55
Handling pass by reference of a character array in C -1.67
Why the result of this program is always zero? -0.50
In C, will !0 always return 1? 0.00
/ operation doesn't give me a resultat +0.13
when does a memory become available to a program? +0.08
Data Structure in C top and pop 0.00
Find the size of a dynamically allocated array +2.59
Pointers in C, Returning Extra Parameters in C -2.34
why dynamically allocated variables will not change(when we use the... +0.52
Location of a dereferenced uninitialized pointer in memory? -2.36
What is a pointer to array, int (*ptr)[10], and how does it work? -1.58
C: how does long long have a much larger range than long while usin... -0.96
C programming - Checking prime number +1.55
Passing 2-d array to a function in C -2.43
can i pass a variable type as a paramter in a function in C language? -1.36
Do angle brackets inside a c string allow for other functionalities... 0.00
Is there a way to count the number inputs from the user in C with s... 0.00
declare char variable in c++, why need to add 1 for declare the arr... +0.85
Why is the function return in C a statement? +0.90
Custom Malloc() Function :: What Does this Syntax Mean? -0.32
How to make static array point to NULL +0.63
Does C++ include C99 or C89? -1.43
About printf function and postfix increment operator (i++) in while... +0.51
Is pointer difference between two arrays defined on specific implem... -0.74
How to pass array of char arrays to function by reference? +1.38
why printf inside in the for loop can anybody explain me? -1.76
Allocating a pointer with calloc, and then dynamically allocate eac... +0.32
Passing array by ref causes compiler warnings - How to use pointer-... +1.64
Which expression is the double pointer variable that always has the... 0.00
Why do we use malloc or calloc when we have a simpler code in c? -0.69
Pointing to a variable using pointers in c-segmentation fault -1.81
what is the explaination of the output of the given program -1.08
Why is it not allowed to initialize a struct member in the global (... -1.75
Back then, were char variables in C declared as unsigned by default? -0.15
Is there a way to create copies of variables so that the original v... -1.29