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 ... 48 49 50 51 52 ... 76
Title Δ
Why printf() don't gives any error and issue with scanf() +2.18
Why should I use "extern" for function declaration in C? 0.00
Why isn't the compiler generating an error "lvalue require... +1.25
How to read from an .ini file? -2.78
#define ALLOC(p,n) (p*)malloc(sizeof(p)*n)) -2.62
C struct array default values +1.65
Using array index outside of the allocated memory appears fine, how? +0.35
Macro behavior in function +1.33
How to read a file and simultaneously fill an array +0.63
where to declare structures, inside main() or outside main()? +1.15
Has scanf a limited bound on the number of bytes that the user can... +0.34
Modifying a constant variable (const) 0.00
C Programming - Passing an Undeclared String to a Function (Memory... -0.87
Many conditions, reducing code size +0.02
Scanf input for char works once then is blank +0.36
Getting garbage instead of variable when passing through functions 0.00
implicit declaration of function 'execle' error +0.09
How can I implement the knapsack algorithm where the index of the a... -0.92
How to access a structure variable inside another structure? +0.09
Why are these cases without statements ahead? -0.62
confusion regrading ungetc function +1.76
I am getting Segmentation fault (core dumped) for below code.Please... -0.64
freeing allocated memory generates segmentation fault -0.65
What conversion happens in the following expression? -0.30
Function "fwrite" writes unexpected record -1.54
Compiler errors: undefined reference to `print' -0.30
How to select register variables in C? +0.90
In my below code,why value and address of ptr[0] is same. Same beha... +0.89
Why and how gcc emits warning for gets()? -0.95
C - Get 25lines -0.15
atoi() returning strange value +2.10
Converting and Calculating char* expression -0.45
Finding the largest number, its frequency, stopping at 0 +1.52
Deletion Using memcpy in an array -1.04
printing int using %f format specifier -1.02
When should one use dynamic memory allocation function versus direc... +0.93
Can someone clear this concept for the output I am getting? +0.32
Array of const static int -2.61
Why would we put a block of code inside braces? -0.90
How to use enum in switch vs integer using -2.75
Smallest data type - can I define a one bit variable? -0.06
Entire file is not read in C (EOF occurs unexpectedly) +0.63
Difference between void * and void ** 0.00
Why ternary operator does not support blocks? +1.11
Adjust the decimal places in a format string programatically and sa... 0.00
Assigning pointer from strtok to pointer in 2d array of structs all... +0.35
Concatenating two arrays +0.34
Need clarification about constant expressions -0.09
How to call a macro inside a macro? -2.49
Confused in pointer subtraction +1.25