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 ... 16 17 18 19 20 ... 49
Title Δ
Variable declaration via macro into inline function 0.00
How to find perfect squares in the given range? 0.00
What's the use of 'typedef in C'? -1.80
Difference between 'function pointer' and 'pointer to a... 0.00
Why Do I need that extra asterix using 2D array? +1.14
Integer array of variable length 0.00
I don't know the use colon in C +0.38
How is circular array stored in memory -0.50
Pointer as function argument receives memory address (C) +2.08
Why this C programming code output is False? expected output is true +0.91
Why padding are added, if char comes after int? +0.58
Initializing an array of doubles in C +0.80
Why no immutable set of ints while immutable set of chars is possib... -2.19
What's the reason for Expression must be a modifiable lvale err... +2.55
How does an array act like a pointer in C? -0.04
Incrementing an array pointer using ++ -1.81
Is it possible to get the address of a macro? -0.07
Where the program counter goes after returning the interrupt handler? -0.37
Why does if statment return true? 0.00
difficulty in understanding c pointers when it is on it's own +0.44
Initialising array with unknown size in C +0.85
Array of pointers in C +0.40
Problematic C macro 0.00
Leap year logic confusion +0.35
Can I assume NULL value in comparison as the false? 0.00
how to compare some part of a string in c? +0.67
C memory management for variables -0.28
What output does the following for statement produce in C? -0.35
How does this iteration work: for(++s ; *s; ++s) +0.75
C pointers - the very basic -0.76
Creating N identical arrays in C -0.34
How do arrays with length defined by variables in C get stored in m... -1.19
Can someone please explain to me a complicated function pointer typ... -1.70
When I try to print result of the power function I always get 0 -2.10
What is pointer to array of integers +0.40
Compare element inside a struct with a void pointer value in C +0.38
Addition of a number to a pointer +0.10
In which loop i should put print function? -0.10
how is the expression in the function below evaluated? -0.09
What does this weird function pointer declaration in C mean? +2.08
Why am I getting segmentation fault while dynamically allocating in... +0.48
why the program with static main() type shows error? -1.80
What is this pointer type and how to use it? +0.66
What kind of c function is this? +0.38
storage duration of compound literals +0.02
Unwanted newline appearing -0.09
Formatting output when rewriting program from C to C++ 0.00
Is this considered undefined behaviour in C/C++? +0.28
How pointer to array of character behaves? +1.19
In the following code I am not being able to enter value for variab... +1.21