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 ... 8 9 10 11 12 ... 76
Title Δ
Dynamic realloc inside a function - C 0.00
How to print a matrix with a pointer that starts with 1? -0.54
Initialize static variable with the argument of a function -1.58
Pointer on 2D array segfaults +0.29
What does typedef with no type mean? +0.76
Understanding allocated memory addresses in array elements in C (gc... +1.39
Loop scanf problem, crashes after several tries -0.70
C code. Why does my code not return the proper value in main but pr... -0.20
While outputting the average number, the program rendered segmentat... 0.00
Confusion regarding the linkage of identifiers 0.00
Namespaces in C formal definition 0.00
Is this considered undefined behaviour x = ++x % 5; 0.00
How do I dynamically allocate memory to a pointer array inside a st... -0.02
Comparing user input to a predefined array of characters in C progr... -2.51
chage data in struct +1.97
Why array of struct lets me index to out of boundary array 0.00
CS50 Pset3 Music - what is sizeof(string) doing? -1.56
How can i check if char pointer is points nothing after allocated 0.00
Why is the output False if -8 & 7 is not 0? 0.00
Understanding stack-allocated objects deallocation -1.42
array length...different outputs when using sizeof operator 0.00
Is this definition of "static" variables incorrect, misle... +0.40
Conversion of UTC timestamp to epoch time in C 0.00
What happens if I use "&" with string in scanf functi... -0.09
Why n++ not work when it is an argument for sizeof() function? +1.23
How to print a double data type in C +0.28
what is %<number>f doing in C? 0.00
bool expression seems logical but doesn't work +0.45
What is the purpose of an 'if (0)' block in if-else block? -0.39
Displaying asterisks vs. displaying characters with a function 0.00
Resize (Decrease) a char array using realloc and check for success -1.21
C function (fgets) mitigation 0.00
fgets function and file handling in C -0.13
What brackets in array input mean -1.23
Will a pointer declaration to a structure allocate memory for its m... +0.77
what exactly happens when I do this assignment -1.33
Why do I get a segmentation fault (core dumped) when I comment the... +0.30
initialising structs and passing by reference 0.00
Is a[i] really the same as *(a + i) in C? -1.87
error: invalid use of undefined type struct in C -0.15
What is the purpose of restrict as size of array? +1.54
How to solve the error: assignment to expression with array type +0.04
Not allowing user to enter duplicate values -0.47
The pointer address is NULL for some reasons -0.42
Declaration of an iterator out of a cycle and registered iterators:... 0.00
What are the contains of the extended memory obtained using realloc? +1.45
Need explanation for output of "puts" in C -0.71
Why am I getting Segmentation fault for using array of char pointers? -0.54
Is insecure to cast a void * pointer? -1.89
Incorrect output for a particular code. (Maximum, minimum, grade_sc... -0.05