StackRating

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

Don't You Worry Child

Rating
1462.55 (4,527,011th)
Reputation
4,811 (34,530th)
Page: 1 2 3 4 ... 5
Title Δ
reverse number for max unsigned int +2.53
C Does strcpy needs specific buffer size or will still work? -0.31
What's with the program why is it not printing any result? -0.19
expected ')' before '*' token error in c -1.77
Variadic UNUSED function/macro -1.95
Why can we not use a variable as value of e in C +2.44
How to concatenate a character constant into a string. C -0.95
Why does the cstdlib strncpy crash whilst copying a char array to a... -0.73
Read data from file into structure +1.12
Array Pointers vs Regular Pointers in C +0.46
Stack overflow from local variables? -0.49
Adding to the address of an array in C -0.04
fprintf overwriting other data in C +2.54
Struct help. Assigning a card struct to an array of cards held in a... -1.20
multiArray and multiArray[0] and &multiArray[0] same? -1.81
Ignoring everything other than integers scanf +0.19
Syntax Error : '{' +1.33
C programme address increment of array and array name +1.62
Assigning a malloc'd variable value to a new variable, is the new v... -1.39
goto statement in C -0.39
Shuffling deck of cards with a structure and enum 0.00
pointing to a memory address outside an array boundary +0.26
Implement a unique function to output a list of data in correct for... -0.42
What does {0} mean? -0.14
C void Pointer on mainframe -0.44
Why doesn't malloc allocate enough memory? -0.83
Understanding dynamic expansion of struct -1.76
convert int to char array Big Endian +1.10
how to display entered letter in c? +0.06
Void Pointers : how to use as a general class pointer? +0.07
In what machine can (* (void (*)()) 0)() be used? +0.38
Bit Manipulation (extract 5th bit from X and return number of 1 bit... -0.54
Why are there pointer errors in this code? -1.49
doubly linked list adding node at end just shows first and last nod... +0.52
what it means "One or more output arguments not assigned durin... +0.05
printf statement in color -0.31
Returning a pointer to a struct in C +0.04
Are object-oriented concepts applicable to the C language? +0.17
Dynamic Memory Allocation and multi-level arrays in C 0.00
C numeric code validator +0.10
Deallocate Nodes in Linked List +0.95
Figure out if bit in unsigned short is set or not -0.24
Compiling some else's C program that uses math.h -1.20
socket programming: 'accept: Bad file descriptor' +2.15
C++: Deleting the the fields of a struct that was declared on the s... +0.82
C init an array of chars in a function or should i pass it as a par... -0.21
C array of structs initialization issues when using macros -0.68
Print "A" presented in HEX (printf("\0x41")) -1.04
How to run Three do while loops simultaneously inside one do while... -1.05
int bitparity's explaination 0.00