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 ... 22 23 24 25 26 ... 76
Title Δ
How to initialize parameters depending on the environment that we c... -1.50
why the wild pointer is intialized with shared library virtual addr... -0.09
How to assign value to __func__ in C? -2.32
Why does pointer to array (done by &array) equal the array itse... 0.00
malloc touching unallocated memory 0.00
Pointer to array stored in struct -0.23
What is wrong with how I'm printing this string list? +0.27
Why the use of the macro #define FREE_ARG char* for free memory all... 0.00
How to store '\0' in a char array +1.14
const pointer members - Immutable item list -0.76
Use of memset to prevent ''variable-sized object may not be... 0.00
Valgrind error: conditional jump or move depends on uninitialised v... +0.55
read-only variable from string is not assignable in for-loop C 0.00
C program, printf char* crashes -0.70
C : warning: assignment makes pointer from integer without a cast [... +0.29
'<' not working in if statement 0.00
Undefined reference to function in C program +0.28
can we make global variables by defining a class variable outside o... +1.12
Scanf: detect that the input was too long -2.16
C Array Error - Asks me to declare the same variable twice +0.34
What is the negative pointer value here? 0.00
What is the functionality of munmap, mmap -1.58
Point to specific rows of 2-D arrays +0.91
Can someone explain why "void func_dec(void (*)(int) funcptr);... -1.75
why "%c%c",92,110 in printf("%c%c",92,110) does... -1.31
Difference between fgets - array vs pointer +0.16
Printf not printing out the expected result, why? -3.17
C programming printf("%d", 50.2); +1.30
why is this assignment of value to a pointer array does not give ru... +0.78
Why is the output of this C program like this? -0.23
a = &b vs *a = &b — pointer assignment +0.85
Memory allocation for array for heap section vs stack section in C +0.03
Can not get this "Conditional Operator" program to work +0.01
How to strtok() in for-loop? +0.55
Program doesn't print character when I enter a string 0.00
Comma between the two integers during the input 0.00
Access c variable as an array -1.74
Why is this program giving no output? +0.54
How to initialize several struct variables at once? -0.34
GNU strerror_r buffer meaning +0.27
Certain position in a string 0.00
How do the puts and gets functions work? 0.00
Where is the implementation of included C++/C header files? +0.52
basename on buffer goes into segmentation fault +1.06
||, && operators in C +0.87
Automatically allocating memory for a C struct +1.51
C - Uninitialized array already contains values 0.00
"Abort trap: 6" error in C? +0.74
Input value to struct from scanf +0.27
Are "array" and "&array[0]" completely inte... 0.00