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 ... 29 30 31 32 33 ... 76
Title Δ
Why this c program printing % after decimal value? -0.45
Can a process read/write at any address from it's virtual memory? +0.73
Variable assignment in conditional statement +0.80
How the variable values are changing while using conditional operat... -0.95
fscanf usage in c - Values not saving properly +0.72
Why isn't my variable length array converting? +0.27
Memory leak because of seemingly necessary malloc repetition +1.19
Dereferencing structure instance element using structure instance p... 0.00
C: How to access different types of anonymous or unnamed nested str... +0.29
Printing Array in struct +1.21
Cast void* to int and back -0.62
Is there any possibility of divide-by-zero in this conditional stat... +1.50
cs50 pset3 fifteen won not working -0.72
Is this a loop? +0.29
Confusion about sizeof operator in C +0.26
Multiple one line assignments with malloc in c -0.22
How to take string input simultaneously? 0.00
How to tell the gcc to look in the include folder for the header fi... 0.00
C: Variable is uninitialized for linked list +1.22
How is the working of fflush(stdin) changing the output in below co... 0.00
Passing a variable in string in Embedded C +0.28
How to print a number if it is non-zero and blank otherwise using p... -0.29
Array of structures initialization while doing typedef -0.95
pthread library basic example does not work properly +0.28
I am not able to understand the output I am getting for printing an... +0.28
Incompatible type on assignment, from BSTNode* to BSTNode* +0.27
What is the "value" of an array variable? +1.51
What is the size that ill get from sizeof(str)? +1.38
qsort in C (dynamic allocation) +1.43
Convert and store integer into char pointer -0.73
Why variable var is not referenced? 0.00
Pop from Stack of arrays in C - assigning NULL to a int * -0.27
Why the print statement is not executed? 0.00
How to turn for loop into a math equation? -1.29
C++ Pointers Confusion +0.59
Why the char has to be a pointer instead of a type of char? -0.75
Does a macro allocate memory? -0.87
Why the realloc did not work properly in this case? +1.43
How to use fopen to open a file that has a name specified by the us... -2.96
Use pointer or array in function parameters 0.00
Array search works just with making a pointer 0.00
Converting an int to a char in C +1.44
Is there a reason to use *& or &* in C code? -0.83
Why attempt to scan in the name produces segmentation fault? +1.71
New and Delete Operator? -0.22
Using a return value of one function in another (C) -0.71
What is causing this segmentation fault in string concatenation? -1.52
Use of do nothing function -1.31
Does Scanf function ignore the Enter key when looking for %d match? 0.00
Is strncmp(NULL, "foo", 0) well defined? +1.66