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 ... 16 17 18 19 20 ... 90
Title Δ
Accessing variable after an array by trying to access a position gr... 0.00
adding a int from a struct pointer -2.32
What happens to arguments pushed on the stack when a function call... -1.93
How is this array different from dynamically allocated array -1.18
Cannot free a struct's data 0.00
Function that changes number in string to int -0.89
How does pointer comparison work in C? Is it ok to compare pointers... +0.75
I tried making a electricity price calculating c language program,... +1.15
Convert 32bit floating-point number to 64bit uint64_t +0.26
Difference between passing an array as formal parameter as int arr[... 0.00
Why doesn't the octal sequence '\0101' equal 65 decimal? +1.38
How to put Preprocessor in C automatically 0.00
Why do we have the type of char in C, if a character literal is alw... +1.35
Scanf() - What is the %a format/conversion specifier? 0.00
Why deos my else statement still trigger even when my if statement... 0.00
sizeof() array defined with explicit lengths in function prototypes... -0.21
Is it possible to deallocate C __thread thread-local memory once th... -0.77
Does this break the strict aliasing rule? -2.60
gcc long long int width same as int -0.70
Entering date as a char in C, can't work out how to avoid the / 0.00
Why dereference a reference in C? Using & next to * -1.96
Difference between : &data[0] vs. data +0.18
Size of pointer ( *variable VS variable) +0.57
C - Structure and user variables share same memory - possible? -1.04
Doing a for loop in a sequential evaluation in c -1.48
segmentation fault when trying to read values from dynamically allo... 0.00
Print something after return +0.81
storing different structs in an array +0.81
valgrind report memory loss using getline function 0.00
How to read line with space through redirection operator? 0.00
format string '%g' requires an argument of type 'double... -1.04
C Pointer of another pointer +1.34
Why don't the absolute value functions in C accept const inputs? -1.21
Why ISN'T my char array producing an out-of-bound error? I purp... +0.27
Dynamically created string allocated on heap or stack - C +0.91
What special things does the L do for a C strings, except of markin... 0.00
sqrt() - Why am I allowed to provide an argument of int and not onl... 0.00
Segmentation fault (core dumped) for Struct Pointer Member 0.00
Why am I getting some random values after the output? +2.08
my printf isnt showing up when handling sigaction until i exit +1.49
Warning: passing argument 2 of 'transform_labels' from inco... +0.86
Can i replace multiple bitfield structs as an array in C? +1.34
C control reaches end of non void function +1.24
Unexpected bitshift behavior in C +1.41
Why do arrays not need to be cast to pointers -0.23
How do I establish a UDP connection after a TCP connection? 0.00
Segmentation fault in a two dimensional array using scanf 0.00
User-implemented memory management 0.00
What will happen if pointer is incremented after assigning value to... +0.29
Pointers and functions for calculating the squareroot of a number i... -2.39