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 ... 10 11 12 13 14 ... 49
Title Δ
If-else statement with FILE i/o in C 0.00
Point of completion of declaration of a variable -1.45
usage pointer arithmetic confusion +1.62
What exactly happens when pointers are assigned with strings values... +2.48
Array two type definition explanation +0.48
How do I fill the contents of a 2-dimensional array, whose dimensio... -0.59
Is it possible to free() a pointer returned by a function? -0.80
C: pointer to 2d array -0.11
Cannot assign union member as NULL +1.79
For loop with pointer in C +0.26
Passing a two dimensional array, Works in C but not C++ -1.54
How do I initialize the first row in a 2D array? +0.42
C programming Pointers and Arrays? -0.68
trying to make a function of 2 strings combined into a new one +0.17
Opening and reading a file in C -2.12
C language sizeof, strlen and strncpy for chinese words +0.94
Are pointers considered a method of calling by reference in C? -0.34
Why is "1" being stored in all array index positions? -1.07
how to call a certain function -0.80
What kind of conversion is this code doing? -1.59
Describe what's happening with this union +0.47
What is the difference between an integer a and *(&a) ? +1.13
Difference between double pointer and array of pointers +1.31
Two Questions about C pointers -1.64
segmentation fault in printf -0.11
Macro to add all the elements of an array? +0.40
Using an array as a function parameter +1.09
Infinite loop in C counting spaces +0.34
when do printf() and scanf() functions are linked statically or dyn... -0.53
What are the Constraints in Standard C? -1.93
Switching letters in a string in C -0.40
rewriting a file using function fprint and an int array -0.08
way to copy a string in a structure having character element in c +0.36
Can we choose how many bits to reserve for a variable? +1.58
Clarifying Pointer Notation +1.01
Why Are Zero Length VLAs UB? -1.37
Why is it allowed to omit the first dimension, but not the other di... -0.45
Why there is no error when passing command line arguments when decl... -1.84
Xcode error "Conflicting types" running a C code for a ve... -1.62
C/C++ unions and undefined behaviour +0.55
References in c++ with function -1.13
Error with strcat in C +0.83
Beginner C - trying out functions -1.73
Struct definitions? 0.00
Difference between uninitialized and null pointer +0.13
How to make an array of struct in C? -0.73
Why does not my program go into infinite loop when array out of bou... +1.13
What is happening with this arithmetic expression involving pointers? +0.14
What does x->a = x->b, ++x++ ->b; do in the given program? +0.93
for() and random() FUNCTIONS +1.08