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 ... 18 19 20 21 22 ... 76
Title Δ
[C]Reverse array with only pointers +1.24
Binary Search Tree Program says root does not name a type +1.48
Does address-of operator return address of an object referenced by... -0.84
Malloc error when reading from file -0.40
Why I need to use NULL pointer when using strtok() in C? -0.99
C :: Cast a pointer in a function, lose the data? 0.00
String pointers and strcpy 0.00
Right syntax with malloc : sizeof(*int) or sizeof(int*) -1.69
Are there any possible changes in optimization while using differen... +1.83
Warning messages for all of my functions using pointers. Expected &... 0.00
Can calling memset on a dynamically allocated memory cause heap cor... -2.39
priority queue implementation in C- changing chars to ints +0.28
Simple code spawning a process in C crashes. Why? 0.00
In C, is a+++b equal to a+b++? +0.75
C struct array element initialization casting 0.00
How to avoid overflow in realloc? -1.98
How to properly look for a string in a file? 0.00
Why is scanf always returning 1? +0.27
C strtok is not tokenizing empty token value 0.00
A strange codes in c 0.00
Array of type int doesn't get modified from the function call +1.24
Segmentation fault when accessing array via pointer +1.73
Trying to understand extern in C +0.45
Why global variable is different from local variable in this functi... -2.69
Segmentation Fault in the Following Program for string comparisons 0.00
Why does this *ptr NOT give the actual value stored at the memory a... -1.52
how does a static variable not get reassigned when inside the funct... +0.01
Why am I getting error when enum type variable is initialized in fi... -0.53
Why is this code giving bad file descriptor 0.00
char pwdToTest[4] = "ABCD"; how can I detect the end of t... 0.00
Undefined reference to `shm_open' even while compiling with -pt... 0.00
Why Does my program have Memory Leaks? +1.46
Printing leading zeros in integer 0.00
Scope for function parameter in C -1.01
Why this program gives segmention fault in this queue program 0.00
Pointer to array type confusion -0.49
An IF statement right before nested IF-ELSE +0.58
is it defined behaviour to add the result of logical operation 0.00
Why are my integer values not being displayed or calculated correct... 0.00
argument of type int(*)[4] is incompatible with parameter type &quo... +0.27
result of passing argv variable to main in this format main( int ar... 0.00
why strcat producing this error? -1.29
scanf test failing inside a function in C +1.19
Wrong output for certain cases in command line arguments 0.00
isdigit() Input testing for valid phone number +1.04
why formating an int as 6*1000*1000 and not 6000000 +1.75
Is a 'for loop' a function? +0.83
No error at all, why? +0.83
error: field ‘nm_creds’ has incomplete type +1.44
Explain execution of condition? -1.25