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 ... 5 6 7 8 9 ... 49
Title Δ
Is there a reason to do a cast like this? -1.81
Pointers in C. Need explanation for this tiny code +1.29
Arrays and function pointers +0.40
Confusion regarding nodes in a Linked List +0.94
Assigning *&array to a pointer -1.42
What do we iterate through when using pointer to an array? +2.10
Function with input of pointer to pointer to -0.98
Are all parameters in ternary operator mandatory or can you do &quo... -0.27
Why is the declaration *(*(arr+1)+2) not working when I am passing... -0.16
create a list of array in C -0.64
Is it the correct way to initialize array? -1.26
What is the type of command-line argument `argv` in C? +1.66
Initializing part of a multidimensional array with a list of consta... +2.34
Why is XORing a string in c giving me garbage values? +0.55
What is the principle behind this struct syntax? How can I make Vis... +0.13
Code running forever in C — what did I do wrong? +0.40
Initialization of an array of structure initializes all member of a... +0.40
Multiple printf() calls vs one printf() call with a long string? +1.62
How is an array stored in memory in this program? +0.66
lvalue and function result -- dependency? +2.06
How to initialize only few elements of an array with some values? +1.86
What does an asterisk in empty parentheses mean? -1.01
Why isn't this pointer arithmetic allowed in C? +0.56
how does array[1-'a'] work in c programming? +1.89
How memory is allocated when we use malloc to create 2-dimensional... +0.02
What does "[*]" (star modifier) mean in C? +2.60
Different uses of pointers in C 0.00
What does struct_type[1] mean? -0.57
Why can't I retrieve my flexible array member size? -0.02
What is the difference between execution and evaluation? +0.79
Confusion about sizeof operator in C +0.91
What is the meaning of a number in brackets after a struct declarat... 0.00
Find number of combinations, nCr in O(1) -0.57
C - Is charArray always the same as &charArray? 0.00
Why is this passing by value? -0.91
Array size without sizeof operator +0.67
len of array always 2 0.00
expression must be a modifiable lvalue multiplying varibles +0.82
Why &(&i)is not valid in C? +1.39
Array of pointers to an array of fixed size -0.03
What happens when you call malloc on an existing variable? -1.77
Variable list array initialization in C explained 0.00
Does the C standard explicitly indicate truth value as 0 or 1? +1.27
Modify argument without return -0.14
How can I get a string from a user and then dynamically allocate it? 0.00
Dividing code into functions in C +0.95
Do While Loop with logical AND operator 0.00
C - While-Loop Duplicating Print Statements 0.00
Why are compound literals in C modifiable 0.00
Array initialization with const variable +0.42