StackRating

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

Sourav Ghosh

Rating
1636.64 (756th)
Reputation
115,331 (583rd)
Page: 1 2 3 4 5 ... 76
Title Δ
C changing size of the array inside struct +0.73
How do I fill an array with natural numbers in c? +1.63
C - printf prints random characters instead of array contents +2.09
copying pointer to a structure in a structure -0.71
Assignment Operators in C 0.00
it works fine without AddressSanitizer +1.95
what's the difference between type and protocol in socket()? +1.55
Implict Decleration of Function +0.96
How can C++ array pointers have different location, yet point to th... -2.91
How to use switch statement to assign a string value to a variable 0.00
How to refer back to an array of points, to score each character th... -0.22
Why is the result of strcat empty +1.54
Which C standard should I stick to? +0.69
expected ';', ',' or ')' before numeric con... -0.53
Understanding malloc with char pointers and strcpy -1.44
I'm trying to use strcat inside while loop of strtok, but it re... 0.00
String literals for array +1.14
c - char array only prints first char -0.66
char* and char[] with strcat() -2.12
scanf() problems in C 0.00
expected 'int' but argument is of type 'char *' -1.35
Modifying string value causes access violation +0.26
why a pointer char cause a segmentation fault in a struct environment -0.96
Too many initializer values while passing boolean array as function... -2.11
How to pass "dummy" argument to a function in C? -2.24
C : when asking for 2 inputs from a user the 2nd question will not... -0.22
Why does my function produces a Conflicting Types error? +1.33
What is difference in int* p and (int*) p in C -0.68
Array has incomplete element type. What does this mean? +1.66
Why can I modify a string literal with CLion? +1.56
strstr function and multi dimensional arrays in c +1.44
Why do we use malloc or calloc when we have a simpler code in c? +1.09
why the condition x!=15 is evaluating as true giving the output 1 0.00
how the output of cout<<4%-8; is 4? -0.62
Why strcat() causes causes segmentation fault in the fallowing code? 0.00
what does this line of code "#define LIBINJECTION_SQLI_TOKEN_S... +0.29
why does it show compiler error if i initialize the array whose siz... +0.72
I get an error "a problem caused the program to stop working c... -0.76
Dynamically inputting values in a structure and printing these values 0.00
printf statement inside the if condition -0.59
Why this code works when i is smaller but gives a segmentation faul... -0.41
syntax confusion with arrays and pointers -1.66
Assignment to expression with array type +0.80
Logical && operators +0.17
How to find the number of elements in an array? +0.74
what is the specific usecase for !! in C++ +0.28
C Programming: Using format specifiers 0.00
c pointer being passed to a function 0.00
Why one method of reading string in C using char* pointer works whi... 0.00
Why is the sizeof operator working differently for some expressions? +0.28