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 ... 4 5 6 7 8 ... 76
Title Δ
Resolve conflicting type in the getline function when trying to fin... 0.00
Pointer operation yields unexpected result +1.57
What it entails to declare and initialize a pointer in this way: in... +0.89
Expression evaluation inside the while loop -1.17
Output of the for loop? +0.55
Is that fixed-size array? a[] 0.00
It is not outputting what was expected and am unsure as to the issue +0.27
entering a phrase to scanf("%c", &ch)... (%c for sequ... +1.16
which pointer statement should i correct to avoid segmentation fault -2.07
Why does data not save into pointer array? 0.00
What does "20"[1] do? +1.27
padding zeros at the beginning of a printf statement C -1.97
Using Pointer on 2D Array to Function +2.06
why my email checker in C is not working?(I use an ispunct to detec... +1.05
Why the control goes to the else block for this conditional check? +1.96
What do comma separated struct elements mean? -0.73
Why is my C program not working correctly? 0.00
'\n' saved in array after memset (C) 0.00
return value 3221225725 while experimenting with simple recursive f... -2.08
How can I store a 64-bit memory address in a variable? +0.71
while ( *(mychar++)) when will it stop +0.27
C. The difference between realloc in double array and char array 0.00
Input hexadecimal value in multiple unsigned char variable +0.27
Struct definition -1.68
What curly braces inside a function call mean in C? 0.00
The address of double pointer is deleted after assign some variable 0.00
About Ovewriting variables in scanf() +1.12
Can I declare a function in a C source file without declaring it in... +1.14
Why is this program not able to print right output for capital lett... +0.57
What is the use of typedef, and what is its proper use? 0.00
Redeclaring identifier in nested block in C -0.29
Linked List in C printing an extra zero -1.98
String format in C %*s 0.00
How come that in C declaring a variable between a function name and... +1.20
"expression must have integral type" switch problem in C +0.28
How to copy string from a single dimensional array to 2d array in c? -0.29
Is there any way to keep the return type of a function variable? +0.25
How to fix this loop 0.00
Why does array allocation with a variable work? +1.41
Wrong array indexing does not cause error -1.48
I'd like to know what is internally happening in this code? 0.00
ADD elements of an array with a given condition +0.66
sizeof-operator reverse behavior +2.34
Why does this code work and not produce a segmentation error? +1.45
What will be the output, if we print a string that contains "%... +1.09
Why does it keep saying the capacity of my dynamic array is 2 even... -0.71
Character Arrays versus Character Pointers regarding size -0.14
Is there an equivalent to the "in" keyword in python for C -1.37
"How much memory space does an array takes if the maximum size... -0.73
Basic c question - What exactly happens when you declare a static v... +0.29