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 ... 22 23 24 25 26 ... 62
Title Δ
Type casting error in pointer in C -0.16
Why use dynamic memory allocation(i.e. malloc()) when implementing... -0.72
String identifier within another string +1.57
the difference between void (*xmlHashScanner) and void *xmlHashScan... +0.90
2 ways of accessing value of an array of pointers in C +1.08
Is (val1 > val2 > val3) a valid comparison in C? -1.34
How can a C pointer of type int hold a memory address, given that a... -1.43
How will the following code be evaluated in C? +0.49
Why is ++ operator not preceding = operator -1.51
Why is "implicit declaration of function" just a warning? -0.90
Character Array Declaration and initialization 0.00
Verify if two integer arrays have the same length in C programming? +0.09
Confused by C String 0.00
How can I initialize a string in C without knowing the length, and... 0.00
difference between c99 and c11 +0.51
lvalue required as left operand of assignment +1.23
Difference between struct complex (*ptr1)[4] and struct complex *ptr1 0.00
C Programming - Allow / determine / check "space (&#32)&qu... -0.72
What does sizeof(int**) mean? +1.59
Multidimensional arrays and pointers -1.34
what is the address pointed by file pointer? 0.00
entering a string into scanf with a while < 0 condition causes i... -1.35
How does printf() works without argument count being explicitly men... -0.47
What does *arr[] mean? -0.63
Passing int argument to the main function -0.30
How to Understand Code 0.00
4 dimensional array/ pointer in C++ 0.00
Just started C today, trying to understand obtaining values using f... 0.00
How does an unsized array declaration act as a pointer? +2.52
typedef struct elt *Stack; why is there a * here -1.58
Read file after EOF -0.40
Printing a hash in C 0.00
C- Memory leak, why? +0.53
C - map iterator -1.20
Pointers to pointers vs. normal pointers +1.04
Returning pointer in function +1.30
How can I have an array of structure inside a structure? +0.09
Output different in C, PHP, java 0.00
Allocate an array of fixed size arrays (and passing it to a function) +0.98
Pop() function for stack in C 0.00
Is the stack growing the wrong way when you compile C code with GCC 0.00
How to get a single character in conjunction with using scanf (for... -0.83
Generate reproducible large number sequences - with pseudo random g... +1.22
Reinitializing Pointers for C Language -0.32
Guidance on reading multiple integers from file, converting them to... -0.08
Invoke a client-program written in C, from Fortran 90 -0.52
What language standards allow ignoring null terminators on fixed si... -1.29
Why would I have a segmentation fault when declaring a variable in... -0.49
Why does octal dump output the ascii code for an integer variable i... 0.00
Error: indirection requires pointer operand ('int' invalid) +0.00