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 ... 5 6 7 8 9 ... 17
Title Δ
How to make this work for 3 users and pass instead of 1 C 0.00
Explaining this passage in "About size_t and ptrdiff_t" -1.90
Does the array name also takes a space in memory in C? -1.02
"Pointer to pointer to int issue" +0.47
What is the correct way to return array from function in embedded C +0.51
Suggestions for beginning steps to build a calendar program in C 0.00
What function in C can I use to get the date alone separate from ti... 0.00
Any number divided by 0 in C ,does it come under segmentation fault? -0.33
Why does pointer arithmetic need to be cast? -1.03
fprintf/fputs vs cout performance for large strings 0.00
Print multiple characters, formatted as an integer -1.05
Why do some C projects like nginx and LuaJIT prefix all their code... 0.00
Arduino static variable declaration with no datatype? 0.00
Using recursion how can I count number of bits in an unsigned integ... +0.42
printf() formatting for hex uint32_t without missing zeros. (in c89) 0.00
Difference b/w getting an address of variable using %p and %d -2.22
Emulating GCC Statement Expressions +2.19
what is the difference between ++*var++ and ++Var++? -0.19
What is the significance of `_flag` in FILE struct? 0.00
How to initialize read only memory locations in heap in C? +1.62
Taking of the last word in the line with strtok +0.40
printf with unmatched format and parameters -0.01
assigning 128 to char variable in c -2.26
How to join hexadecimal values in c 0.00
Why I am only seeing the first character 0.00
How C++ understand both mode of input? +0.42
Why I can't do int x = argv[1]; -0.43
Use an external debug print function in a library 0.00
Undefined behaviour seems to be contradicting with operator precede... -1.84
How to get the full returned value of a child process? +0.98
How Linkers Resolve Global Symbols with the same name Defined at Mu... +1.02
Compiler does not give line number of error undefined reference 0.00
C Data Types' range -0.14
About Stream and getchar() and fgetc() 0.00
What happens to already opened files when you change process owners... 0.00
Whats the difference between these enum in C? +1.62
C Avoiding Alignment Issues -0.54
What is the point of "pointer types" when you dynamically... -0.19
C99: Is it standard that fscanf() sets eof earlier than fgetc()? +1.95
why it is not possible to have array of void? -1.45
How can I assign the value to pointer? +0.40
Include only a particular definition from header file 0.00
C program, lvalue required as left operand of assignment +2.42
cannot understand this error -0.06
How to convert int eg.99 to char? 0.00
How to read a string with whitespaces and a int in the same line in c +0.31
What is the use of userdata in callback register function in c? 0.00
Using \ to extend single-line comments -1.34
How does a scanf() inside printf() work? +0.55
What does impossibility to return arrays actually mean in C? +1.04