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 ... 9 10 11 12 13 ... 49
Title Δ
Passing 2D array of char as argument 0.00
How to remove top-level pointer from typename? +2.21
Why can't we define a function using a type name? -0.09
How can I allocate memory for array inside a function -0.36
Two dimensional array into a pointer +2.23
Pass char pointer array to function -0.22
Why does the Runtime error occur? +0.44
Why is modulo not functioning correctly in this C code? 0.00
define array inside functions with pointer +2.21
What is the difference between int * and int a[size] -0.68
Getting sum as Nan after execution of for loop +1.58
(*b)[0] vs *b[0] - Arrays and pointers -1.04
What can bool type return in C99? -1.19
Will malloc automatically free the memory at the end of a function? +1.49
How is a variable name stored in C? -0.17
Understanding of C programming syntax 0.00
Pointer arithmetic isn't clear to me -0.16
C not copying characters into new array +0.18
Allocation memory for array of strings +1.13
What happens in C when you reference an undefined element of an arr... -1.46
How to get the exact fractional part from a floating point number a... -2.47
Algorithm to find the smallest number in an array in C +0.42
Size of array stays the same even after adding more elements with v... +0.42
Why doesn't my program print the right value after a for loop? +0.92
Enter a value into a struct pointer -0.09
Array of 0 elements in struct +0.08
Does puts() function accept address value or character array? +0.76
Why is the output of recursive function 0? -0.97
GCC Error: lvalue required as left operand of assignment -0.43
How to get the size of a struct within a union in C? -2.07
What is the proper way to know how much memory is occupied by a var... -1.09
Segmentation fault related to 2 dimn array 0.00
Returning base address in C(Pointers) -0.92
Can time(NULL) ever return failure? +0.78
Store user input in a variable so that I can get a substring from it -0.12
Calling free on a pointer twice -1.91
what is better than if-statement when making a calculator -0.09
How to copy and assign an array of arrays? 0.00
Why do i get a runtime error in 'ideone' whereas the same c... -1.14
Parameter array passed behaves like pointer in C +1.15
Is uint strictly positive +1.71
C Pointers and Arrays with static decleration 0.00
My character arrays are merging in C -0.52
Array item assignment gives unexpected results +0.41
string manipulation copying portions of a string c programming -1.23
how to use the variable x to initialize an array? i know we cant us... -1.03
Why is 0 < -0x80000000? -1.98
Understand comma operator +1.15
Dynamically allocating memory for array's elements -0.60
An example about operator precedences +0.19