StackRating

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

Steve Summit

Rating
1552.46 (7,244th)
Reputation
17,948 (7,782nd)
Page: 1 2 3 4 ... 17
Title Δ
In C, is it a fair coding practice to typedef an array type? 0.00
C remainder/modulo operator definition for positive arguments -1.25
If two pointers point to the same memory address, do you only need... -0.35
Converting int to char[] -2.00
gcc compiler optimization influences result of floating point compa... +0.27
How do I convert a hex file to its equivalent char file? -1.31
Is there a real difference between int main() and int main(void) in... +1.03
Scanf reads wrong value -2.02
Reading data from a file to a struct in C +0.03
The size of data types in C and Java? +0.79
How does printf for float does not print the correct value for floa... -0.63
+(+k--) expression in C +1.32
Weird code interaction when scanning and printing chars in C +1.79
How to multiply fixed-point numbers if fixed and fractional part ar... +0.43
How to stop a stack buffer overflow when reading from file? 0.00
What is returned in this function? 0.00
Why am I able to re-assign a new string to a char pointer in C like... 0.00
Why bitwise-or doesn't result in a constant expression, but add... 0.00
Taking n inputs seperated with spaces 0.00
How the printf function works in C programming? -2.22
Pointer array to (with pointer array defined) strings: Are the stri... +0.71
what the order of evaluation of function in printf 0.00
Is there a way to write the condition for detecting if the point be... -0.11
Why doesn't strlen() count the byte of the terminating NUL-char... +0.11
What is the difference between two different swapping function? +2.02
`int main(i){ printf("i = %d\n", i); }` i value is 1. why... -2.18
Can you proof why casting is important when I deference a void poin... +1.70
How to add newline in output buffer? -0.57
How to use keyboard input value without storing in a variable? 0.00
How to read this kind of format -0.74
[]A\A]A^A_ and ;*3$" in compiled C binary -2.16
Does struct tm store time zone information as its data member -0.94
How to fix infinite loops when user enters wrong data type in scanf... +0.88
Explicit casting in C/C++ 0.00
Does signed to unsigned casting in C changes the bit values -1.67
What can I use for input conversion instead of scanf? -0.49
Integer taken with scanf() does not get its intended value in C +0.44
Does specifying array size for a user input string in C matter? -1.24
pointers in argument, ampersand? +2.07
redeclaration of a functoin as int K&R 6.3 0.00
How to differentiate between single digit numbers and multiple digi... +0.42
Why does comparing pointers with undefined behavior still give corr... -1.15
How does a float get converted to scientific notation for storage? +0.34
How does a float get converted to scientific notation for storage? -1.66
Force GCC to report a warning when casting a float pointer to int p... -1.69
Why did the compiler assign different memory address to the same va... -1.73
Can someone explain how the modulus work? -2.13
Leading whitespace when using scanf() with " %c" 0.00
How do I modify my code to use strtol() instead of scanf() to read... 0.00
32 bit operations on 8 bit architecture -0.83