StackRating

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

2501

Rating
1587.12 (2,495th)
Reputation
23,242 (5,625th)
Page: 1 ... 11 12 13 14
Title Δ
Number of Comparisons for Heap Sort +0.76
What is the purpose of void *array = *(void **) member + siz * (*p_... +2.75
What is the function of double bang in printf? +3.14
What can a char * pointer point to (is it like void *)? -4.08
Need help in understanding linked list code in C +3.00
C - expression must be a modifiable lvalue +4.14
String assignment inside if else block? +0.58
Program crashes when converting C++ code to C +3.15
Segmentation fault when I create a little too big array +3.27
comparing two arrays of integers in c acts odd 0.00
Unsigned int field of struct got automatically initialized? -2.06
Is accessing a global array outside its bound undefined behavior? +1.05
making function like strcmp() in C 0.00
Can scanf() be used to declare a variable in C? +1.24
Macro for a multi line C preprocessor directive 0.00
Increment operator is not invoked at sizeof(++n) expression +0.97
pthread_exit() from within a function +3.18
Is this code to delete a node from linked list correct? -4.25
How do I efficiently find the distance between all points in a set... +4.99
In C language fscanf reads last number twice 0.00
Data Structure in C -- inserting nodes at the begining of a list +3.41
Invalid output in `int` array +0.41
Counterpart to glibc's backtrace() and backtrace_symbols() on W... 0.00
Initializing static array in a function in C +3.65
Why is the format specifier for uint8_t and uint16_t the same (%u)? +3.36
How to have a default "NULL" value for an unsigned intege... +0.45
Using initializers to set all bounds of a multidimensional array +0.49
How to define a function pointer in the current context? +0.28
'C' Segmentation fault with 2d array +4.57
Setting The Members of a C Struct 0.00
My char pointer returns weird string +3.89
A strange result occured in the following code(why input result ... 0.00
Can a `return` return a `break` in C? -3.61
When Is Order Of Evaluation Important -4.43
Why gcc leaves 16 bytes between 2 succesful allocations? +3.60
Incompatible pointer types from a pair of data structures in C 0.00
How to use Variadic macros with fprintf +3.89
How # flag in printf works? +4.60
Return starting address of a data array -1.89
printf : Is this safe? +4.82
Why does compiler think I am using double, in "pow". '... +2.81
How to print a single character from an array of strings using prin... +0.33
First element of char array is getting initialized to null automati... +3.76
Using calloc and manually inputting chars results in a crash +0.86
Clear command prompt with C on windows +4.70
How to apply a mask to a const void* address? +4.99
Why no error shown this code in C? +1.86
Passing pointer of char array to function 0.00
fill character array by blocks +4.35
Why macro and function having same name works only when macro is de... 0.00