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 ... 20 21 22 23 24 ... 49
Title Δ
Why doesn't this give redeclaration error? +1.69
factorial program with recursion -0.06
type of function pointer +1.68
confusion regarding *(asterisk) and ++ in c -0.70
C- function for printing each base exponent For example, integerPow... +0.27
C11 _Atomic keyword -0.11
Is *p++ += 2 well defined? -1.78
What is the diffrence between struct and typedef? 0.00
In what contexts are arrays not turned into pointers? +0.44
About sets using arrays and bit vectors -0.14
Why are C's arrays first dimension ignored by the compiler as a... +0.65
C: What does x = !y mean? -1.49
Why is this version of logical and in C not showing short-circuit b... +0.43
Variables in C Function -0.08
Store zeros from ints and use them later +0.57
Issue with do while loop +0.31
Function declaration vs function definition -0.12
How to know which variable value is set for union? +0.45
Why looping over array using array indexing is slower than that of... 0.00
error:expected expression else in C -0.65
What is the issue with double free()? -0.03
Evaluation && operator in C -0.11
How to make sum in a single digit? -0.82
Array of pointers to string -0.88
Does free() remove the data stored in the dynamically allocated mem... +0.00
*& Pointer in C program 0.00
Why does one example give an error in while the other does not -1.48
C left shift and assignment +0.20
Difference between using strcpy() and copying the address of a the... +1.26
Regarding program startup in the standard +2.15
Invalid operands to binary (have float and float) 0.00
how does compiler work during assignment operations? +0.38
Segmentation fault (core dumped) when assigning char to char pointer +0.19
How do different languages handle a = a++? +1.52
Incorrect factorial calculation -0.48
understanding heap corruption in accessing memory -2.14
C printf. Is this valid code? +1.52
C - memory allocation and free that memory +1.13
arranging the numbers with duplicate entries deleted -0.09
when to pass a pointer argument to a function -0.65
Free array of function pointers +0.78
Incrementing an array resuit in lvalue required? +1.18
Why doesn't my while loop abort after I enter 0? +0.45
Why all c programs should start with a main() that returns a `int`? -0.77
Basic function pointer misunderstanding +0.92
In C, what exactly does something like "a string"[4] mean... -1.36
C (Dynamic) Array (Fixed size) 0.00
How to end my main function? +1.15
Array initialization needs curly braces 0.00
switch case isn't true than also its executing case which is in... -2.05