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 ... 46 47 48 49
Title Δ
Pointers to Array Elements in C +3.74
For Loop in C- implementation -3.47
2 Dim Array Assignment 0.00
Passing matrix as a parameter in function +4.32
Using array to calculate percentage of number -3.43
Right syntax to make contents of an array volatile? -3.70
Error C2059: syntax error 'constant' -1.66
How to change first letter to uppercase in array of pointers to str... -1.25
Is scope in C related only to compile time, as we know we can acces... +1.98
printf crashes while printing float values -0.38
What's while doing here in the code? +4.25
Is i+++j always treated as i++ + j? +0.95
Can't understand error in this program for checking automorphic no.? -2.01
Understanding the warning "comparison of promoted ~unsigned wi... 0.00
Pointers in C, simple doubts -2.48
Can scanf() store values? -1.37
Are a, &a, *a, a[0], &a[0] and &a[0][0] identical point... -1.51
C Can't type in scanf +2.10
Bug in K&R second edition? -2.83
How to ignore floating number in scanf("%d") ? -1.52
lvalue required as left operand of assignment in conditional operator +0.66
Simple Device Driver not working +0.05
curiosity with vector in c +1.20
L-Value, Pointer arithmetic +4.35
Why it doesn't print the "Hello"? +1.74
Array c programming absolute value? +0.28
Double Pyramid Pattern : Not Getting desired output +2.28
C Ansi Memory allocation closures -2.66
c/c++ scanf/cin reads int from multiple lines -3.25
For-loop works until I add printf (in C) -2.61
Incorrect output and warning message ''Makes pointer from int '' +4.20
difference between *y++ and ++*y? +2.36
Using multiplied macro in array declaration -0.07
For loop format in C -0.08
For loop is crashing in C. Help Appreciated +2.35
C - Printing random numbers from interval -1.74
Variable argument list in C is not working -0.98
Assignment statement used in conditional operators +3.17
b and *b works in argument list of my function exactly same. What i... -3.22
The array data type in C +3.58
printf gives unexpected result -3.23
What is the meaning of "1ULL"in c programming language +4.28
How to understand the order of operations +0.21
Is *p an lvalue or rvalue +0.51
what is the difference between i = i + j; and i += j; in c language? +1.95
Initialised array to value 0 inside a block of code -2.44
C program to find area -2.27
Simple Vertical Histogram in C -3.77
Why is the same value output for A[0], &A, and *A? +2.00
Sequence points and side effects in C -4.03