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 ... 7 8 9 10 11 ... 49
Title Δ
Insert node in a single link list while the header pointer position... -0.34
parenthesis affecting the output in "c" -0.81
Why does this code crash at "temp[2]='X'? 0.00
Assigning char [][] to char** +0.49
Swapping pointer in C +0.44
why can't we nest one comment inside another comment? -0.41
How to use a two dimensional array in function declaration statement? +1.65
Why am I getting warning: (near initialization for ‘ptr’) and segme... -0.74
Malloc with 3 star ptr +0.40
Explanation with arrays and strings -1.50
Why "const int *p is a pointer to a const int" is a wrong... -0.40
Why is the output of this code blank +0.38
Why is dimension range of higher dimensions in multi-dimentional ar... -1.90
passing double pointer as argument -0.49
How is memory allocation being done in this C program? +1.22
why two pointers used in structure in c -0.24
How to store an array of 2 char arrays? +0.06
Segfault 11 when Malloc 0.00
What is the difference between variable name and pointers? +1.13
Is there any random number generator in C other than rand()? -0.30
Why is int x[n] wrong where n is a const value? +0.76
Getting one-dimensional arrays from a two-dimensional array 0.00
What does ((struct name *)0)->member) do in C? -0.15
Are the pointers to strings in argv modifiable? -2.08
Pointers to 2D arrays C, C++ +1.03
C ternary expression-statement not working +0.36
difference between str[strlen(src)+1] and char *str=(char*)malloc((... +0.59
Taking a string input from user by a dynamically allocated structur... -0.41
Calling two functions in a C code stops the program +1.20
what value an array gets when intiallized +1.51
Pointers in C Language (Code Explanation) -0.88
Where is the phrase "declaration of" defined in the C sta... -0.72
Problems declaring arrays inside a structure ( C ) -1.25
What is the difference between foo(int arr[]) and foo(int arr[10])? +2.04
Why code is being executed in such strange sequence in c? +0.41
What this declaration "float (*x[20])(*int a)" means? +0.87
What does ** do in C language -0.57
Pass by value and pointers -0.94
string literal spanning multiple lines in C -1.99
Could initializing a static char array with a given size using a st... +2.03
can someone help me detect the error in the necxt code? about strin... -0.03
Use of ternary operator more than one time in a c statement +1.88
strcat implementation using pointers -0.95
why it doesn't print the result?(I've already tapped ctrl+z... +0.70
Else if statement in C not working as expected +1.11
Why does it work to access a dynamically allocated 2D array element... +1.66
Is there any difference between if(!n/10)return; and if(n/10==0)ret... +1.04
Reading integers with getchar() -0.57
Wrong output with memcpy -0.25
"void value not ignored as it ought to be" when use gcc -2.00