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 ... 33 34 35 36 37 ... 49
Title Δ
C array indexing -0.71
search and compare a string with an array of strings -0.65
Understanding Arrays and Functions -0.08
dangling pointer in c programming -2.66
How does scanf work in this simple program? -2.33
Adding two matrices in C -0.59
Why does value of automatic object persist after lifetime ends? +1.15
Why the following do-while loop is valid? -1.17
Behaviour of macro changes when used with parenthesis -2.25
anomaly regarding floating point arithmetic in c , on subtracting a... -0.74
C: False condition is interpreted as true in if statement -1.14
Declaring C Pointers - Why do we use * and not & -1.53
Non portale pointer conversion 0.00
while loop do not execute after for loop +0.07
What happens to arrays when they are passed as arguments? -0.79
C: multi while loops and variables +1.09
Array Syntax Confusion in C +1.45
Expected Declaration or Statement at end of input C 0.00
"Declaration Not allowed here" and "Constant Express... 0.00
How to read input into the array of strings where no string is long... +2.29
How integers numbers are printed with %f specifier? +0.84
Explanation of the following program's output +0.99
float confusion- I'm confused how float specifier occurs +2.38
Why `double i = 3.3, j = 1.1; int k = i/j; printf("%d\n",... -0.82
Counting number of vowels and consonants in a string +1.82
Error that is neither syntactic nor semantic? +0.84
Feel kind of confused by the book "Programming in C" (Ste... -0.05
Why code before break doesn't work? +1.61
Passing a 2d array as a pointer C -0.87
C: Checking an array contains only numbers in the range 0-7 +0.29
How do both of these function pointer calling syntax variations work? +0.10
Binary Search Tree C delete node Some Error -0.03
Generating random numbers with a loop +0.02
What is '^' operator used in C other than to check if two numbers a... +0.41
Array a[i] prints in descending order, but my logic is for ascendin... -1.03
Incrementing variable used as array index in function call 0.00
What is the simple explantion for this nested loop -0.55
constant expression required error when run this program -0.68
How to check if user entered an input or not +1.62
why the string is getting altered after strcat()? +0.49
C pointer arithmetics -0.44
What does '0' mean in C? +2.16
Why loop is running once? +1.57
Turbo C - Scanf to only accept one character -0.05
Bad return pointer c++ +3.00
How to reuse a Array variable in C using pointers +0.46
What is the meaning of the value placed between the braces in char... +2.55
How does this C for-loop print text-art pyramids? -0.71
Problems with strncpy and how to fix it -0.52
Weird output of char * with getchar to printf +0.48