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 ... 27 28 29 30 31 ... 76
Title Δ
difference between int a[9] and a[3][3] +1.63
Malloc(0)ing an array in Windows Visual Studio for C allows the pro... +1.10
Why program is giving unexpected output? +1.04
How to properly use array subscripting notation? 0.00
Counting number of user input using getchar() gives double the expe... 0.00
Array elements (after using compound assignment operator) yields ga... 0.00
int LA[] = {1,2,3,4,5} memory allocation confusion in c +0.78
Why my loop statement does not execute? 0.00
Why does a pointer work and not a normal variable in this code? +1.70
Code blocks output console has stopped working +1.97
Why the size of malloc-ed array and non-malloced array are different? +0.59
C: Custom strlen() library function +0.69
char array with pointer in c with %s +0.28
Reading user input and stop on empty string -0.38
Why does declaration of function with int return type is not compul... +0.95
What is the underlying difference between printf(s) and printf(&quo... -0.09
Why don't I get a warning while passing parameter to a function... 0.00
why we can't assign a string value to 2d char array? -1.62
error while trying to declare a struct that was defined with typede... 0.00
The difference between `char *str` and `char str[]` in the declarat... 0.00
How does an int variable change after being declared in a result of... +0.73
Issue when initializing a double-typed array by zero +0.28
Do I "have to" free() static dynamically allocated pointe... -0.94
what is meant by (void *) variable and (void *) & variable in C 0.00
C - function returning a pointer to a local variable -2.75
why this code works well in windows but not in linux? 0.00
Is unsigned char i equivalent to unsigned j? -0.87
Passing argument 3 of “fgets ” from incompatible pointer type -2.16
C program is behaving giving weird values in Windows but works fine... -0.04
How to limit the size allocated memory? +1.70
Program gives segmentation fault while trying to malloc for a point... +1.07
Trying to access array element in loop causes segmentation fault, w... +1.71
Why don't I have "undefined reference to"? +0.36
Initialize a string using pointer notation in C (Clarification need... +0.99
C programming, segmentation fault core dump -2.19
understanding of scanf() function -0.89
how to prevent a segfault in C (when taking an argument of the wron... +1.77
What do we iterate through when using pointer to an array? -0.68
Getting issues for redefinition of functions -0.85
printf changes my output +0.27
Accessing elements within a pointer of a struct inside another poin... -1.10
Array of structures and using variables of pointer to functions 0.00
Are all parameters in ternary operator mandatory or can you do &quo... -1.07
When to use pointers in C 0.00
Functions containing Array of Structures in C 0.00
malloc pointer cause memory leak? +0.70
What is the return value from a function without a return statement? -0.93
Why does this C pointer's deferenced value become its memory ad... 0.00
In C, can a function called Main() be created? -0.90
Can we get answer 4 with double pointer by these statements in C? -0.37