StackRating

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

ad absurdum

Rating
1562.19 (5,207th)
Reputation
9,900 (15,444th)
Page: 1 2 3 4 5 6 7 ... 11
Title Δ
& operator cannot be applied to constants in C -1.04
How can you find reddest colour in a fixed colour display in C? -0.22
When do we add * to a pointer? +0.64
Connecting array to a structure by a pointer C +0.44
Using strings inside structures -0.58
What is the difference between scanf (“%s",a) scanf("%[^\... +2.41
Confusion in the C code on returning a value +0.44
Checking if a string with 3 diff parenthesis is balanced without us... -1.21
Pointers Not Reflecting Change when value changed in a function -2.21
How to get the tuple form out of the one line input? -1.15
Circular Buffer traversal +0.05
mixed up de-referencing forms of pointers in an array of pointers t... 0.00
How can I pass a generic struct to a function in C? +0.95
Free first element of array +2.24
Use return value of function as array size initialiser in C +0.02
merging of two character constants in c -0.59
Function fgets skips user input? +0.30
How to validate user input in c? +0.44
Structure memory allocation in c++ +0.45
While loop with scanf get stack overflow after 8 digits typed +1.28
How to return multiple types from a function in C? -0.22
How to replace two char with another char in a char array using C? +0.69
How can I pass a fixed value to a pointer? +1.89
Convert hex to one string in a loop 0.00
Understanding sscanf formatting -0.55
How can I get my last input (float) data in C? 0.00
error: lvalue required as left operand of assignment +0.63
Why does the function have to return a char * but not a char array? +0.02
Returning an address of a local pointer variable to main() function -0.12
C - Understanding pointers to pointers and modifying value at memor... 0.00
Search whitespace in string inC -0.42
What does scanf("%*[\n] %[^\n]", input_string); do? +0.43
function for reversing an array in C (K&R 2nd ed.) -0.10
How to enter new line until empty line is encountered in C -0.06
Using unsigned long long int for dynamic allocation +0.20
a long option whose "val" happens to be `0`? +0.59
Do local variables declared in a function disappear after the funct... -0.50
Border image segmentation +0.44
How does %s work in c without `&` in scanf? -2.01
fgets() doesn't work as expected in C +0.44
While loops repeats with scanf equal to number of characters read 0.00
whats happens when using #define with no replacement string? -1.69
Is printf length modifier %L standard (or future standard)? -1.30
int x; scanf() with %d and printf() with %c +1.10
what is wrong with this code? Trying to display copied line of char... 0.00
Setting Variables in a C struct just like in a C# class constructor -0.57
Sort an array of struct tm +0.44
Possible to allocate 2D array in a single malloc and still get to u... 0.00
C recursive program to find the maximum element from array +0.91
What, exactly, is memcmp supposed to return? +1.65