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 ... 17 18 19 20 21 ... 49
Title Δ
malloc and free in C +0.25
Create a multi-Dimensional array of structs on a heap? -0.54
Are the global variables extern by default or it is equivalent to d... +2.88
Variable passes out of scope and memory keeps values 0.00
I got stuck on following c programming, did not understend output -0.91
What is the difference between sending a string directly than sendi... -2.35
Function pointer +1.72
What Function Prototype Would I Make for this Function? +2.03
Memory allocation of variable arrays in c -0.51
What does these two arguments mean in typedef? 0.00
Is it undefined behavior to take the address of an uninitialized po... -0.59
Writing a function pointer in c +1.87
Why does dereferencing an array or not result in the same address? 0.00
Why does the complement behave differently through printf? +1.34
Passing pointer to local variable to function: is it safe? +1.32
why can't I use partial struct initialization for a malloced st... -1.56
Repeat while loop according to the user input +0.42
C operator precendence: Increment and logical operators +0.17
Need clarification on the definition of C tokens +0.80
Declaring an 2 dimensional array with size according to input +0.40
C comma in ternary statement +1.35
Which is the correct behavior of the struct with unnamed member in... +0.43
Constant size array initalization with sizeof -0.21
how c work in this two cases and what diff -0.50
Working with large integer arrays -0.78
Is this operation properly sequenced? -0.89
int q = {1,2}; peculiar initialization list 0.00
const char **a = {"string1","string2"} and poin... +0.16
warning: assignment from incompatible pointer type [enabled by defa... -2.07
Why doesn't C return an error when I use a large int +0.42
defining structure variable during declaration -0.58
Calculate the number of all possible execution paths in a C function 0.00
Unknown type of C preprocessor macro +0.23
Find the lonely integer in an array -0.10
What happens when non-static function declaration follows static fu... +1.71
Command line arguments in main +1.72
Modifying the argument of a function without passing a pointer 0.00
C - Can't figure out this error : "C2106: '=' : le... +0.04
Why does adding to a pointer with += work, but pointer + 1 doesn... -0.64
Function scope regarding pointers in C++ (or C) -2.51
How to solve the recursive complexity T(n)= T(n/4) + t(3n/4)+1? 0.00
If parenthesis has a higher precedence then why is increment operat... +0.10
Passing a Pointer as an Argument in C/C++? +0.05
Is correct to define a string with char *p; and assign value later? +1.33
C | pointers,arrays and segmentation issue +3.12
Different answers for same code in c +0.49
Structure within Union 0.00
Is this a undefined behaviour or normal output +1.97
How much memory does a union need +1.73
Performance difference between C89 and C99 0.00