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 ... 18 19 20 21 22 ... 49
Title Δ
Printing specific character from a string in C -2.11
Various questions about arrays in C +0.30
difference between extern "C" and simply extern +0.56
in the below program why is sizeof returning twice the array size i... +1.06
Multiplication of very large numbers using character strings -0.30
arrays of string in C great confusion 0.00
Why does this function never return? Is it a segmentation fault? 0.00
Difference between char array[] and char array[10] 0.00
Error in malloc program -0.67
Initializing an entire column of 2D-array in C +0.19
Mirroring the value of an int 0.00
What's happening with this expression? b = a + (a = a + 5) +0.09
How to combine typedef'd struct with instance creation? +0.42
What is the difference between "Ranks" and "Order&qu... -1.49
Can someone explain the behavior of this C program? -1.76
why using same variable as index variable in nested 'for' l... +0.43
Order of initialization for multiple declarators in a single declar... -0.67
StrCat is not working with Single Char String - C -1.74
int * vs int [] vs int (*)[] in function parameters. Which one shou... +2.01
How to dynamically allocate an array of strings in C? -0.55
C Programming and Matrix multiplication output issue +0.43
What's the rationale for preventing assignment to arrays? -1.29
Can't get a basic C program to run +1.58
Gcc 4.8.2 default compiles and runs variable length arrays fine +2.26
Why do programmers say that "pass by reference" is really... +0.62
Does "int (*)[]" decay into "int **" in a funct... +2.09
Assembly of Powerpc encountered Program received signal SIGSEGV Seg... -0.56
C Function Pointer assignment +0.43
swapping characters without using third variable +0.74
read text file and store in array in c programming +1.91
void * typed function parameter +1.63
Why static initialization of flexible array member work? 0.00
Why don't I get SIGSEGV? 0.00
How to print an array in only one line +1.46
comparing 2 character values in C +1.09
What is the advantage of using pointers in C? -0.07
Is ++x %= 10 well-defined in C++? -0.69
Can't understand this way to calculate the square of a number +0.86
Why my code giving a wrong output? -1.67
Deallocating all memory space that the pointer to pointer points to? +0.41
Freeing 2D Array of Pointers from a Function in C -0.06
Casting a pointer - What is the difference at runtime? -0.89
Are arrays stored in reverse order in C/C++? 0.00
c also has const values but they cannot be used as array bounds? -0.34
Subtracting char array from char pointer produces an int? -0.22
Why the while loop is executed more than once? +1.19
Does using the ++ or -- operator on different variables in the same... 0.00
Convert string into number -0.05
Mathematical task with point numbers +0.83
C: pass array to a function and iterate over in recipient function +0.90