StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Gopi

Rating
1512.15 (56,888th)
Reputation
18,966 (7,280th)
Page: 1 2 3 4 5 ... 19
Title Δ
Structs in C Error +1.40
Better Way to Structure Case Statements that Partially Overlap -0.17
Dividing same float values giving result 0 0.00
Ambiguity in 2d array declaration in C -1.15
Having clarification in pointer and array in c +0.85
Execute a code only one time in C -0.29
Pointer not printing in the desired way -1.96
Why printing unsigned char outputs such a great number? -0.12
In-order traversal deviating to other locations in memory -1.43
Malloc array of struct +0.02
Increment & decrement operators in C -0.21
How printf works in case of type mismatch with type specifier? -0.28
Why in Turbo C compiler sizeof(int) is 2 bytes and in gcc Linux com... +1.69
Why the output won't be this in the code? -0.18
Program crashes at printf +0.43
C, pointers and void functions +0.48
Stack around variable 'x' was corrupted +1.12
Assigning a string to a pointer in a struct +0.22
segmentation fault (dumped core) -1.50
getchar example from K&R C does not work properly -0.02
Maximum vector value function problems +1.99
Ways to print a string of an array +0.44
Defining extern array from different files -1.82
malloc.c: No such file or directory +0.59
Loop to read array input unexpected behavior? -0.22
unexpected behavior of while loop variable with scanf reading string -1.35
Unclear about stdin input issue -0.64
Write string from rigth to left in C -0.56
modify array element through pointer to a pointer +2.25
Specific behaviour of {if else} in C -0.65
Why C11 standard doesn't drop unsafe strcat(),strcpy() functions? -0.48
bubble sort ideone time limit exceeded +0.47
My Random Walk program compiles but does not run +0.46
What's wrong with this recursion program +2.10
In C, is { a[i] = a[++i] } equivalent to { a[i] = a[i+1]; i++;}? 0.00
Calling functions from each other causing stackoverflow error +0.23
How to make a function return a pointer to array struct -0.34
Behavior of "printf("%d");" -0.39
Scope of a variable and function name -0.17
Count number of ones in a array of characters -0.02
Get words which contains space in c +0.59
Array memory allocation of strings +0.24
Is it necessary to use new for dynamic memory allocation? +0.89
Malloc confusion -1.52
“while(*s++ = *t++)” and malloc +0.45
Scanning values in C till hit a new-line char, '\n' +0.47
C dynamic allocation of a 2D array in a function & return pointer +0.10
Meaning of line in the code (scanf) -0.76
Why didn't it work when I tried to print the value of integer u... -0.31
Initialization of a union in C +0.04