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 ... 6 7 8 9 10 ... 76
Title Δ
How to allocate memory inside a struct and outside main? -0.15
c language compound assignment, how is v += e different from v = v... +1.54
While loop runs with an undefined function's name as a condition +1.33
Freeing a dynamically allocated memory to struct I created properly -0.70
Declaration of Function before defining causing error in C 0.00
Why do C and C++ allow the expression (int) + 4*5? +2.05
why different string pointers to the same content have the same add... -2.44
my strlen works differently in 2 different compilers, any explanati... -2.13
Why is my C code producing wrong results? 0.00
Problem with strings assignments to pointer string array and dynami... 0.00
Free a single-use variable after returning it 0.00
Segmentation fault when trying to get lowest number from user input... +1.04
Why is returning a stack allocated pointer variable in a function a... +0.72
Can a returned struct be overwritten? 0.00
note: expected 'char *' but argument is of type 'int *&... +0.29
What does casting a pointer difference to "int*" mean? 0.00
How to cast void* struct members? +1.58
Creation of a variable and subsequently increasing its memory addre... -1.17
Are there better ways to ease this warning? +0.08
why i can't compare those arrays in files and that i read to cr... +1.31
Why is this non-null terminated string printed correctly -2.46
Compiling a Simple C lua5.0 Program, Undefined References 0.00
Why is the pointer's value still 20? -2.42
Does malloc reserve more space while allocating memory? +0.79
Why does pointer to an address of a double variable not work in C? +0.30
Why does exchanging variable name changes output of C program? +0.79
C Incompatible pointer type message appears to list identical point... +0.88
%d in scanf not working. number 4223092 comes up +0.29
Behavior of `realloc()` when the memory is shrunk -1.54
Why is it possible to declare an array in C without defining its le... -1.08
How to print the days of the week using a structure member? -1.11
Global static function still working in another file +0.29
Initializing while declaring a variable vs doing it on separate lin... 0.00
Fruit classifying program 0.00
Can we assign a value inside the if statement? -0.16
The initialization of the dynamically allocated memory in C -0.87
Why is the printf statement in the code below printing a value rath... +1.75
How to parse a string that's in one index of an array? +0.30
X-CODE IDE Showing Error: " Control Reaches End Of Non-Void Fu... 0.00
How can I use a character pointer and input a string into it? +0.29
How I can make a string array interchange it's components with... -1.73
Having trouble allocating memory for my double pointer in structure +0.76
Too many arguments for format (printf function) 0.00
While gcc needs -lm for math.h but no -l for includes stdio.h, stdl... 0.00
How to update a boolean variable in the function which is passing a... +0.81
address-of (&) and indirection (*) in C -1.81
Trying to change element in 2D array in C -2.46
operands for sizeof operator -1.72
Size doesn't increase, yet it stores larger data. How is this p... +0.74
What alternative can I use instead of gets() and puts()? +0.07