StackRating

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

RobertS supports Monica Cellio

Rating
1508.48 (83,167th)
Reputation
179 (496,307th)
Page: 1 2 3 ... 10
Title Δ
Problems of including too many header files in C -1.09
Allocating a pointer with calloc, and then dynamically allocate eac... -1.85
What is the output of: printf("%d\n",scanf("%d"... +0.84
Error: function definition is not allowed here. How to correct this? 0.00
Is there any way to apply a length of a string to a size of an arra... +0.06
Why does a segmentation fault happen when i declare an integer poin... 0.00
Why this code works when i is smaller but gives a segmentation faul... +0.27
How do you edit a string in C, once you've already declared it? -2.33
Force an error or give a warning in one of the if conditions in C +0.88
How to get string length using scanf function -0.62
How to copy an even number of char to a string in C? +0.49
Is it possible to use for loop with misleading syntax? +1.78
C Programming: After making 2 dimensional array, how to assign a se... +1.76
declaration of const pointer vs declaration of const integer -1.88
Where does the C standard define the else if statement? +0.80
The c program does not ask for sub_name? 0.00
Why does the declaration int (*f())[]; doesn't give an error or... -1.86
What if I replace all the %X to %p in printf method -0.79
How to create an alias for a nested structure in C++? -0.53
Initialization of extern variable warning in GCC (C18) +1.52
How to create an array of strings of unknown size? +1.96
How do you disambiguate a local static variable and a global variab... -0.87
Assignment confusion in C +0.85
How to find the number of elements in an array? -1.26
How do local static variables work in method? -1.14
How do I make a pointer inside a struct point to the same string po... -0.56
Lifetime of a structure with no arrays in it +2.62
C Programming: Why Can This Sample Line Have Not '0' OR ... -0.19
How to print null terminating character \0 for a pointer -0.14
How to display integers with pattern using loop? -0.47
If struct type is defined in another .c file, it becomes incomplete... +0.94
C Compiler expects identifier before function 0.00
When to use casting in C -2.22
C error: type name requires a specifier or qualifier -0.28
Char and Int printing two different values +0.52
How to fix realloc expected declaration specifiers or ‘...’ before... +2.81
How is a string declared as a parameter to a function in c? -0.72
Problems with limiting a string length in C +1.05
C - Last element of char* array +1.22
C Programming: Why printf Format Specifier %s Is Invalid For The Nu... +1.55
Why is it more safe to place sizeof in malloc first? +1.49
Why does the number get ignored? +1.44
How can we ignore the enter button press as a character in c progra... 0.00
Malloc calloc fails to allocate structure -1.66
How to get input with preceded characters? -1.43
const declaration with array arguments? -0.81
Why do I get different results for "a+1" and "&a... -0.38
Difference between using enum and int variables in C +0.37
Why not returning true even if my condition is verified -1.18
Do preprocessors expand macros surrounded by quotation marks? +0.21