StackRating

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

dbush

Rating
1674.89 (283rd)
Reputation
111,709 (609th)
Page: 1 ... 10 11 12 13 14 ... 90
Title Δ
initializing an array using for loop with value of final array elem... -0.12
How to sort an array of structs that has some NULL values using qsort +0.27
C is dividing incorrectly +0.29
Detect and prevent overflow for unsigned long in C -1.20
Why does C puts appends a newline while fputs doesn't? 0.00
why it gives negative values when finding factorial in C? +1.06
Validate String if The String Matches with Two Keywords 0.00
Behavior on sending an integer (not from heap) as an argument to th... 0.00
Generic way to sort a linked list with considering 3 parameters in C 0.00
How to dissociate two different compatible conditions in an if else... -0.23
Why writing anything after the fileName of a #include directive doe... 0.00
A question about add element at the end of a linked list +0.80
Multi-line #define bitwise OR 0.00
How do I print ordinal indicators in a C program? Can't print n... -0.57
Prime number program generating a "Segmentation fault (core du... 0.00
Struct Pointers Segmentation Fault, How can I solve this? 0.00
pow value is wrong without a dot +1.06
why does this code give me runtime error? C +1.18
Which way is better to pass arrays as function arguments in C? +0.26
Why do i end up in an infinite loop when i read a file? 0.00
Creating C++ objects from C wrappers +1.31
Are there any internal differences between compound char arrays and... -1.55
Checking stdin and stdout using external function +1.78
Short circuit and operator precedence in C +1.23
Declaration of static array generates the following warning: ISO C9... 0.00
Wrong function of the code in C. the program seems to display garbage -2.61
Can a null pointer constant be any integer constant expression eval... +1.27
Declaring struct instances as static/local in main() with while(1) 0.00
Why is there a NULL in the C language? +1.09
Using logical operators on integers in C +1.36
static inline vs inline static -0.91
Why ++str and str+1 is working and str++ isn't? -1.21
How do I properly create a matrix in C with malloc? 0.00
how to initialize a struct address to array pointer? 0.00
In Visual Studio Code, outputing a "Hello World" function... -0.56
relational comparison result unused error for for() loop in C +1.19
Casting from uint64_t to double results in incorrect values 0.00
Why cant assign a numeral to a *P? 0.00
operator precedence question between `<<` and `==` 0.00
Value of an array does not change in call by address -0.36
Casting from uint16_t to int32_t needs an intermediate cast to int1... +0.86
'g' is used uninitialized in this function [-Wuninitialized] 0.00
why does client need the size of the server to connect to it in c 0.00
How to cast a pointer in the free() function? 0.00
I am pretty sure I have a memory leak in a recursive function but I... 0.00
How does pointer declaration and definition work for pointers? 0.00
How does sizeof wоrk in this case? +0.28
warning: comparison of integer expressions of different signedness:... +0.94
C Arbitrary length string -1.28
What does char (*)[20] in C mean? 0.00