StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

haccks

Rating
1562.22 (5,201st)
Reputation
88,275 (894th)
Page: 1 ... 8 9 10 11 12 ... 49
Title Δ
printf - "unexpected" output with a pointer +0.41
The meaning of * in the code -2.71
How to swap 2 integers using pointers? +0.69
Understanding Input and Output in C -1.28
access to an array of pointers in c -2.00
Difference between (*)[] and *[] declarations +1.13
Type casting pointer dereference +0.50
Pointer confusion in C programming language +0.95
Difference between *(matrix1+i) and *matrix1[i]? -1.26
Using array name as address for two-dimensional array -0.66
Confusion with malloc through function argument -1.56
Program in c stop no reason 0.00
How to scan integer values from a file separated by colon -0.03
Is the modification of a string literal guaranteed to work in C? +1.88
Declaring pointers to function returning arrays is actually legal? -1.41
copy or assign one string to another string in a 2 dimensional arra... -0.33
Why can't I realloc this string? +1.81
Dynamic memory allocation code -2.72
cmpfunc in qsort() function in c +0.39
Passing a multidimensional array of variable size +1.74
Tail recursion call (C primer plus book example) -0.59
Does C make a difference between compiling and executing a program? -1.54
What will happen if '&' is not put in a 'scanf'... +1.12
void ( *( *f[] ) () ) () +0.27
How can I read this file with space? 0.00
Questions about "Address-of operator" (&) and arrays... -0.54
Bug in C program written to check prime number -0.89
"passing argument 1 of 'goodString' makes pointer from... +1.67
Why is the value of function j not decrementing? +1.45
copy a string into another C -1.07
To what extent is it acceptable to think of C++ pointers as memory... -0.10
C program that returns the initials of a name (CS50) +1.70
Segmentation Fault with c pointer -1.01
why my if statement do not work +0.45
Pointer to array with const qualifier in C & C++ 0.00
Equality of arrays In c +1.02
C initializing array of structure error -0.32
Difference between a pointer and its address -0.15
would that be wrong? And if so why is it? The output is 2500 +1.45
What is the address of a function in a C++ program? -0.88
how to initialize and print a 2-d array of characters? 0.00
does printf dont take integer constant as arguement? +1.25
Anonymous struct with ANSI C +0.15
error: initializer element is not a compile-time constant +0.27
Is a+5 is valid expression in C , where a is an array? -1.77
Trouble with functions of arrays and pointers in c +1.43
segmentation fault (core dumped) error in C program +0.36
Why array and pointers are classified in secondary constants? 0.00
scanf giving random behaviour 0.00
Logical expression evaluation in C, short-ciruiting? +1.16