StackRating

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

haccks

Rating
1562.22 (5,201st)
Reputation
88,275 (894th)
Page: 1 ... 25 26 27 28 29 ... 49
Title Δ
Why do I see so much C code that omits a return type for main? Why... -0.74
realloc() an incremented pointer -1.03
How to compare two dates in a program? +0.72
Integer division by zero +0.33
Weird output while dereferencing simple numbers -0.61
Passing array element to a function in c 0.00
What will sizeof(myArray) be? +2.41
What is the correct way to use C++ style casts to perform an expres... +0.19
any difference between x=0 and x=0.0 for a double x variable? c code +1.54
Output behaviour of relational operators when used in printf - C La... +0.23
Const Correctness with pointers +0.77
Fix spacing in copycat program -2.27
Using Pointers in lieu of Arrays +0.45
Why does this loop produce "warning: iteration 3u invokes unde... -1.34
sizeof Pointer differs for data type on same architecture +0.64
C function and struct on the fly +0.46
postincrement pointers with arrays +0.06
function returns all the same random number -0.83
Learning about Big O notation with C++, confused as to whether this... -0.07
Invalid operands to binary when I try to multiply elemets from two... 0.00
Declaring a global struct that is created inside a function -1.88
C - Nest loop error 0.00
Value of Passed-By-Value Struct Does Not Change +2.20
Strange behaviour when printing pointers +1.45
C - Send array to function without declaring it +2.69
error C2065: 'i' : undeclared identifier when iterating in C -0.66
Comparing a char of text to a single char using pointers 0.00
Why does this crash at use of a null reference parameter, and not w... 0.00
C Function that returns number of X, Y, Z characters in a string an... -2.22
Is it possible for an integer variable to achieve the value -1 usin... -1.18
String reversal unexpected output in C -0.61
Does precedence & associativity group operators or operands? -1.96
Error in strinverse function for reversing strings +0.12
How to change the order of elements in an array using a pointer? -1.05
if ((float)(int_one && int_two) == (float)int_one &&... +0.45
What is the need of deallocating memory in C? +0.93
Arithmetic with << operator +0.26
What is the meaning of `struct X typedef` vs. `typedef struct X`? -0.18
different values on evaluating an expression in c in float and int... 0.00
Double pointer to traverse and find 5 max elem in 2D array. C -1.18
How to initialize a pointer using an object with 0 value -1.34
Passing number between functions in C +0.40
Segmentation fault error (core dumped) +0.46
Array parameter with dimension +2.36
what is the purpose of argc and argv? -1.34
Casting int** to the "pointer to a two-dimensional array of in... -1.61
Void Function Returns Int and Void +2.72
C: modifying const data in an array using pointer +0.00
Evaluation of logical operand +1.58
How to quickly clear DWORD pointer array? +1.26