StackRating

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

mafso

Rating
1491.82 (4,382,978th)
Reputation
4,535 (36,755th)
Page: 1 2 3
Title Δ
Prepend function call with some code using Macro in C -0.59
Exact effect of declaring variable inside if block 0.00
Unable to determine reason for output of c code -1.47
conflicting type for funct in C -1.22
Does Extern Break Encapsulation +0.52
Buffer size to convert double to char* in C +1.91
What is better, macros or inline functions for square or sqrt of co... +0.26
Data encapsulation in C -0.16
Why compilation passed with neither warnings nor errors? +1.99
is `warning C4127` (conditional expression is constant) ever helpful? +2.84
Are pointers to union required to be aligned for all members +0.04
open file path from other file in c +0.02
How to do a bit representation in a C-standard way? +1.23
When to use static inline instead of regular functions -0.71
Is a misaligned load due to a cast undefined behavior? +0.51
Is top-level volatile or restrict significant in a function prototy... +0.91
open a temporary C FILE* for input -0.48
Why Can't We Initialize A Structure Multiple Times in C? +2.14
Are there any differences between indirection and Dereferencing whe... 0.00
Using a pointer to const char as a second argument for va_start -0.95
Can anyone explain why the x is displaying value 1 instead 2 -0.32
Requirements for behavior of pointer-to-volatile pointing to non-vo... -1.93
What characters are legal to use in string literals? -0.67
Creating a const array of const elements +0.87
Is it sane to include casts in #defined constants based on how they... +0.00
Single malloc call for multiple data structures -4.00
K&R 1-7 is it solvable by using putchar() instead of printf? +2.71
Proper way to initialize a const member of dynamically allocated st... +0.41
How gcc multiple -o option works? +0.04
When (not) to use equal to create an enumaration? 0.00
sprintf puts FF infront without any reason in C +4.41
Is this the best way to clear input buff in c? +0.50
How to find out if offset cursor is at EOF with lseek()? 0.00
Detecting integral overflow with scanf 0.00
How to combine typedef'd struct with instance creation? -2.30
which is better initializing global/static variables to zero or kee... +2.69
Does a pointer to const have the same effect as __restrict? -2.43
Calling functions by reference with unknown amount of parameters -3.82
Is it valid to treat an extern global as const when the definition... -0.07
Conditional operator with a constant (true) value? -2.63
Format specifier for unsigned char -2.40
Preventing incorrect macro expansion in gcc 0.00
Avoiding a double macro subsitution in the C pre-processor +0.07
Why is overloading not possible in C? +1.93
extern on function prototypes? -2.09
Why does passing extra arguments to a C function does not result in... +4.12
Different prototypes accepted by Clang, GCC for the same function -2.28
extern function during linkage? +0.04
Aliasing of otherwise equivalent signed and unsigned types +3.34
Can unverified scanf call cause an undefined behavior? 0.00