StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

alinsoar

Rating
1413.32 (4,536,008th)
Reputation
8,647 (18,083rd)
Page: 1 2 3 4 5 6 ... 12
Title Δ
How to fix Segmentation Fault while trying to do RPN in C 0.00
Is 'a' representing 1 in "ch = input[c] - 'a'... -0.40
C's equality operator on converted pointers +0.29
circular #defines in C -0.26
Using array initializing notation on heap array +0.61
Calling of C functions with undefined number of parameters +1.18
Why results of GCC and Clang are different with following code? +1.71
How can i make this palindrome-program in 'C' repeat it for... +0.61
Declaring enum in function signature as return status -0.14
Why does printf modify previous local variables? -0.28
Determining the hexadecimal values of an address of a little endian... +0.49
What is happening behind these char array declerations? +0.61
Object representation of char * and void * -0.56
How to reset an array that comes from struct +2.09
why is `int test {}` a function definition in C language BNF -0.88
For a list of sets: How do I identify all members that are a proper... -0.93
Unique pairs with equal sum in C +1.96
Primality test using logical or relational operators on a 3-bit num... -0.12
struct erreur while assigning a char +0.35
How to create struct with dynamically sized array in it in C -1.21
Packing bits after masking in C 0.00
Sum of multiples of 3 and 5 -1.46
Main recursively called without local variables +1.64
what would be the value stored after '&' operation +0.66
Redis static function not used at all 0.00
Function that takes two void* and compares them +1.08
C Programming: malloc() inside a function -1.01
Differentiating various declarations in C -0.05
EOF not detected by C on Raspberry Pi -1.24
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke u... +1.54
C array with "[ ]) (char **)" 0.00
Monte Carlo Method of finding pi using C +1.22
Compiler warns that my function will never execute -1.22
Scheme - returning first n-elements of an array +0.56
Keep receiving "too many initializers" error +0.36
Calculating the complexity of this function -0.70
Conversion of string constant to numeric value using C -0.41
Why, the output is 6 and not 7? +0.61
Preprocessor directive to create keywords in C 0.00
Determine the minimum number of coins required for giving a change... +1.96
Trying to use a macro in C to color text, but get: error: expected... -0.39
How is the second printf("%d\n", n); being called? -0.40
Using pointers for 4 dimensional cube -0.83
Unions in C - treating a float as an array of bytes +0.77
Print Array Pointer value in Reverse Order -0.63
C Global variable with same name as system function causes segfault? -0.86
I keep getting a segmentation fault and I'm not sure why -0.62
K & R C Variable Names +0.16
Print values of struct type in gdb using address +0.11
Binary addition in c, why does run time error occur? 0.00