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 ... 44 45 46 47 48 49
Title Δ
String reverse in C +0.26
Issue with input from users -1.58
Why numeric arrays don't end with a '\0' or null character? +0.80
segmentation fault for C 0.00
Why are two integer pointers of the same value point to the same th... -1.13
c programming: what is the difference of the type conversions? +1.22
K&R answer 1-12 (using functions to reduce the number of lines... -0.11
Exit of an infinite loop +0.33
My program starts the loop before scan is done 0.00
Is order of evaluation gauranteed with short circuit evaluation? -1.08
Understanding the increment operator in C -0.73
unusual behaviour with printf with infinite while loop -0.71
What will be function prototype header of the following function? -1.77
What is wrong in this C code to find average? -0.29
How to use arbitrary number of scanf() format specifiers? +0.33
what does "%-9s" does? -0.79
void error message in c +0.37
Why is my empty array not empty? -0.47
Pointer Error: Makes pointer from integer without a cast -0.40
Pointer to pointer value +1.70
How to write a "argv" and "argc" +0.01
Why does a function with an input that has a reference to a pointer... +2.53
Is maths library included in the glibc now? -1.45
Scanf Seg Fault -0.58
Cannot calculate factorials bigger than 20! ! How to do so? +0.69
Meaning of Return value 1 in C +0.26
what is Fixed address variable in C +0.39
Why can these be declared as integers? -1.14
why i scanf in c language with int variable of any char and printf... +0.09
Error in C for Array: error variably modified -0.54
compare 2 inputs from keyboard with strcmp leads to segmentation fa... +0.80
C - Printing formatted output of money +0.59
Dynamic memory allocation in c without malloc -0.93
Lazy arithmetic in C +0.52
Error: unknown type name 'record' -1.79
Biggest and smallest of four integers (No arrays, no functions, few... +1.96
My switch (within while loop) in C goes straight to default before... -0.32
Does it make a difference at which level variables are declared in... -0.62
How Do I present address 0x80 to 1<<31 in Binary -1.02
Does this result in a dangling pointer? -1.10
C : optimize binary array output with length parameter -0.41
Need description of pointer and dereference operators in C -0.98
No results on my "Disregard PEMDAS" Number calculator +0.58
How to Print Pointers in c? -0.41
Style: Whitespace between the * and the variable name? -1.93
cast without * operator +0.34
how to sizeof a parameter of a function in C? -0.99
Call a method using switch case from another C file? +0.11
Runtime error using array[100] in C -0.41
My number converter(decimal to base 2-16) prints numbers in opposit... +0.21