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 ... 13 14 15 16 17 ... 49
Title Δ
How can I read this C code? 0.00
What is the difference between char **ptr and char *ptr[] in C? +0.38
Differences between arrays, pointers and strings in C +0.69
How will be operands inside (a += 3, 5, a) are going to dealt or ca... +1.68
c function return static variable +1.07
Using Increment operator with de-referencing in C +1.44
When displaying the value of variable "int a = 011", I ge... +1.36
What does i = (i, ++i, 1) + 1; do? +1.41
What is the explanation to this code? 0.00
How to count frequency of word in c -1.26
What's the difference between “int a[5]” and int (*a)[5], int a... -2.27
printf is somehow converting binary to decimal +1.43
In C, the use of ":" operator in declaration instead of c... -1.37
Changing the if statement -0.66
Deleting a string inside of a struct in C +0.08
what do you understand by printf () function in respect of function... +0.38
Why can't I use the whole char [] in while? +0.47
Rand function won't work as supposed in C 0.00
Error when passing pointer to array of structs +0.81
Removing spaces from a string in C Memory fault -2.37
why isn't it possible to address a pointer using double ampersa... -0.38
C: Error in Using: "Compound Assignment" and "Prefix... 0.00
Passing dynamic array of structs to GPU kernel +0.40
Is this a valid way to return a two-dimensional array? -0.24
Initializing arrays in C -0.25
Initializing an array of pointers to NULL +1.27
Unable to set name(character array) using structure in c -2.39
What is the symbol for whitespace in C? +1.02
Initialize char array in C -1.04
Function call as argument to C macro -1.25
Does freeing an int* which was assigned to a char* (allocated by `m... -1.72
Increment Char Array Pointer +0.38
pointing to an element? +0.79
Why isn't it possible in C to initialize a constant with anothe... -1.94
Where are variables? Where is their value? +1.67
What is the difference between declaration and definition of a vari... -0.24
C implementation of power function +1.42
Initializing array of structs in c -1.62
dynamic allocation for an array in C +1.89
Change value in pointer string array in C -1.49
Why variable = object doesn't work like variable = number -0.69
What causes this code to work only on some compilers (UD?)? 0.00
C Pointers Example - What is so bad about this? +0.93
How possible that an memory address also have another memory addres... -1.18
Why does GCC define unary operator '&&' instead of... -1.87
Reading newline from previous input when reading from keyboard with... +0.94
Does gcc initializes auto variable to 0? +0.62
increment pointer within if (pointer) condition +1.24
How is `int main(int argc, char* argv<::>)` a valid signature... +2.52
How are arguments passed to function pointers in C? -1.45