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 ... 17 18 19 20 21 ... 90
Title Δ
Pointers dereferencing differences between [] and * 0.00
Why is the size of the data type different when the value is direct... +1.39
Array elements of struct and struct members -0.36
Restrict scope of global variable inside one file in C +0.66
Strcmp not working, even when comparing the same character +0.24
Change calculator not returning correct answer 0.00
C - Creating a lookup table that returns data to a union: either a... 0.00
C How to assign a pointer to a pointer +0.29
printf %p return value 0.00
Confused about understanding and silencing a -Wsign-compare gcc'... +0.31
Error : invalid operands to binary ^ (have 'float' and '... 0.00
gcc -Wparentheses warns for b=1; !a & b but not !a & 1 0.00
Why is a pointer getting set to (nil) when passed to a function? +1.56
OR Operation in if operation 0.00
qsort doesn't work for float types in my impl. what is wrong? 0.00
Make a variable constant or read only in run time in c language? 0.00
Why the control goes to the else block for this conditional check? -1.96
Can you get two packets in one socket recv call for multicast? 0.00
sha512: c program using the openSSL library 0.00
I'm getting the error "Result of comparison against a stri... +1.44
My TCP socket server not sending and receiving 0.00
How do I pass a function as a parameter to a function in C, if the... +0.30
Is there a way to set all the pointers pointing to the freed memory... +1.46
How do I loop over a char pointer in C? +0.30
Why do you need '-lpthread'? -0.71
Confusion about execve parameters +1.39
Why is the type of (-i), where i is unsigned int, still unsigned int? +1.15
In which order is && and || is evaluated in C? -1.33
backslash usage in C language -1.30
Error in C program in Dynamic memory allocation -2.08
In the code shown below, I'm not able to print the array in rev... -3.07
strtok not working as expected with spaces in CSV format +1.49
warning: assignment from incompatible pointer type [enabled by defa... 0.00
Const array of const strings and ERROR "not a compile-time con... 0.00
Bit Testing.Counting the bits 0.00
Passing a matrix of strings to a function that modifies it 0.00
Is it possible without using any array to assign value of an intege... -1.25
How to get struct field having pointer to the struct? -2.94
Pointer initialization: address or value -1.24
The value of int a +0.03
C, Global Variable change isn't kept outside the function -0.59
How to affect memory allocated by new and casted to an array od cla... 0.00
When I do malloc(1), it allocates 8 spaces in a char*, and I have n... 0.00
Linked list only printing the head of list? Possibly overwriting list 0.00
Why is the if condition not met? +0.70
C: Parathesis around a variable without other operands +0.29
Segmentation fault (core dumped) when i trying use strtok in C +1.67
Getting an error stating "Run-time check failure #2 - stack ar... 0.00
Internal Array Element Location Algorithm 0.00
Why sprintf() generates the question mark character, as output? -3.31