StackRating

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

S.S. Anne

Rating
1535.25 (14,492nd)
Reputation
350 (364,065th)
Page: 1 2 3 4 5 6 ... 8
Title Δ
"expected primary expression before '.' token" wh... +1.75
Correct way to write a menu in standard C 0.00
When does an infinite loop terminates if not intrupted manually? -1.04
Segmentation fault error when using fgets in assembly? +2.20
Unable to pass '#' character as a command-line argument -0.50
Print a middle character of a string +0.42
Is there a way to allocate memory in C and initialize during alloca... +1.95
How does else interpret the if statements following it? 0.00
why does sizeof(*pointer) gives output as 1? +0.17
If two pointers point to the same memory address, do you only need... -0.37
Converting int to char[] +2.00
Why does clang-tidy say vsnprintf has an uninitialized va_list argu... 0.00
pointer confusion - error: passing argument 1 of ‘value’ from incom... 0.00
Bubble Function sorting in C on an array of integers -1.25
+(+k--) expression in C -1.70
Dynamic linking - Linux Vs. Windows 0.00
How can I Execute/Call a user-space defined function from Linux ker... 0.00
What does the format string "%*[^\n]" in a scanf() statem... 0.00
How to make return in assembly? 0.00
Why does the system call chdir() not accept pathnames starting with... 0.00
Is void *function() a pointer to function or a function returning a... 0.00
Why is this static const char* initialization architecture-specific? 0.00
How to compile in 32 bit assembly? 0.00
Sort items of array and uppercase to lowercase in void function in C +0.43
How to Convert Between IP(v4/v6) Address (and Port) and String? 0.00
How to pass variables to a external assembly function +1.69
What can I use for input conversion instead of scanf? +1.45
What do these 3 lines of C code do by themselves, and what do they... +1.42
Find a sub-string within a buffer inside a Linux kernel function 0.00
My function does not return what it should 0.00
Include multiple header-files at once with only one #include-expres... +0.89
How does c process series of +-? 0.00
Does C have an equivalent of std::less from C++? +0.95
How to initialize a GNU C global register variable 0.00
How to append a char into array and tokenize it C 0.00
How to fill my binary with 0s to the left in C Programming? 0.00
Namespacing libraries in C 0.00
How do I compile and install an individual object file with Automake? -2.30
What should I do to get rid of this error message? 0.00
String pointer on heap vs stack for called function +2.14
What happens if undefined C++ behaviour meets C defined behaviour? +1.02
Program to find fibonacci series of a1z,b2y,c3x,...,...,....,nnn us... +0.44
Efficient way to return a union in C? 0.00
Can I use both scanf and getchar together to read a file? 0.00
c - understanding floating point binary model -0.69
Is there any operator which I can use to attach 2 calculations? 0.00
How does 'for' work when all of its "parts" are &... -0.46
Do I need to add \0 to the end of a string literal being passed int... +0.43
Syntax of switch statement in C? -0.40
How do I initialize both a structure containing a const char* and t... +2.15