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 ... 16 17 18 19 20 ... 62
Title Δ
Problems at freeing memory in C -0.29
Why is this code compiled without errors? Is it a gcc bug? +1.80
Use of pointers on strings -0.48
passing array of variables to function in C -0.48
Constant Value assignment to Integer Pointer in C works for this case -0.62
String concatenation in c +0.88
How can I pass a string(10000 records from a file) with single and... 0.00
Does a 1D array work as a list of strings, or a single string? +1.36
How are my arrays modified when C passes by value? +0.05
Does this code in C fall into the Undefined Behavior category? -1.38
Why is this function giving me infinite loop? +0.34
I am not getting desired output for a C program +0.47
Unexpected c pointer result -0.83
How can I specify to gcc that {} init in C shouldn't compile? +2.76
How to understand [], (), compound literal operator, . and -> ar... -1.31
Beginner C arrays and incrementation +0.42
Different conventions for main() in C +0.26
Where are the 'int' and 'char' types defined in the... -1.49
What data structure to use for large amounts of data? +0.47
Deleting an element from an array in C +0.89
Understanding C program in Assembly +0.47
C arrays & pointers questions -0.50
Why does the function have to return a char * but not a char array? +0.13
How to pass structures to functions whose parameter type has two as... +2.00
Understanding this behavior with allocating integer array in C +0.89
What is a free pointer in C? -1.35
How are C structs with arrays returned? +1.64
C Array Memory Error?(Beginner) -0.22
How separately declared and initialized variables work in memory? +1.26
please tell me why does the output of the two picture is different? -0.26
ok to overwrite to declared : char * a = "abc";? +1.44
Relationship between char and ASCII Code? -1.21
Dynamically allocating array of structures c programming 0.00
C function declaration returning pointer to specific sized array +1.09
How to use an array in multiple functions when you don't know w... -0.49
How do I prompt a user for input while still using argc, argv[] in c? +0.46
How processing interactive input/output in C should look like? 0.00
Is this kind of function calls permissible in C +2.13
Issue when printing char buffer +0.96
Use of sizeof operator in C -1.27
c program to find average -0.21
What is the specific reason for the runtime error I'm getting h... -0.56
fscanf with whitespaces as separators - what format should I use? +2.15
Why doesn't sizeof care about functions? -1.37
sizeof(string) not including a "\" sign +1.63
Correct use of Realloc +0.66
What is value of 'i' after loop terminates. It gives always... -0.47
What are the differnces between pointer variable's value &... 0.00
%x formating directive when passed characters -0.87
can't figure out how to use if statements to return anything ot... +0.19