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 ... 6 7 8 9 10 ... 49
Title Δ
How do you write a function pointer that returns a function pointer... 0.00
pre-increment and post-increment in C 0.00
Using char* a[] vs char a[][] -2.11
Functions in C, sending more than one value -2.19
What does it mean by " item=infix_exp[i++]; " in the foll... -0.84
C: what type is the difference of two void pointers? +0.16
Displaying dice number in C -1.74
Array of size 0 at the end of struct -0.70
Pointer to a function - A different approach of declaring -2.23
How &multi[3][0] and *(multi + 3) are same thing? 0.00
Why do `1 << 32` and `int i=32; 1 << i` show different... +0.16
Why assignment by Logical Operators ( &&= and ||= ) is miss... -1.13
Scanf in C explanation -1.41
Equivalence operators(==) within function parameters 0.00
Whitespace before %c specification in the format specifier of scanf... -1.84
Complier warnings and notes but dropping & does not work -0.71
please tell me when multiple varibles are returned which one gets s... 0.00
Does while(i--) s+= a[i]; contain undefined behavior in C and C++? +1.65
What is the difference between char stringA[LEN] and char* stringB[... +0.20
Allocate a dynamic 2d-array by passing it to another function by re... +1.79
This obfuscated C code claims to run without a main(), but what doe... +0.69
While in C (with log Not) +0.40
What's the difference between generic pointer and void pointer? +0.41
C array initialization at end of struct -0.75
Where in the C99 standard does it say that signed integer overflow... -0.60
Passing an array of pointers to a struct to a function +1.30
How to declare Const pointer to const character array in C using [] +0.41
Why don't you need the '&' operator while passing t... -0.39
Does an uninitialized variable occupy memory? -0.80
Const correctness for array pointers? +0.23
Multiplication resulting in zero +1.42
How do I concatenate an element of a string array to a string array? +0.41
Can you explain why will be output by executing the following C cod... -0.69
what does *(&char_array) mean in C? +1.55
Is it legal to access a field of a returned union without a variable? +0.37
While loop doesn't break no matter what I do -0.31
C program, switch statement, prints default along with choice +0.40
Are these two styles of C function pointer definition different? -1.86
How to print argv arguments from main function in C? +1.02
sizeof operation on a 2D array -0.40
how to return float array from a function? +0.04
Best practice to declare character array in C +0.97
Why isn't memset assigning 1? +0.69
Why this C code (for-loop) is looping forever? +0.38
What is happening here with this function pointer -2.37
What is the difference between scalar types and aggregate types in C? +1.24
C++: &*A is not equivalent to A for array declaration? -0.99
Which order does the else statement follow? -0.12
Why is my for loop an infinite loop (C)? -2.07
initializing a struct array with array inside -0.11