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 ... 14 15 16 17 18 ... 76
Title Δ
What are the differences between constant expressions and nonmodifi... -1.34
How to scanf one string, a pipe, and then another string all withou... +0.80
Why is my code not printing answer in float? -0.27
What is the difference between a , &a and *a? +0.25
Create an array of consecutive numbers from 1 to n in C? -0.01
What is exactly an "invalid conversion specification"? -1.14
Copying chars in C +0.05
when preprocessor directives are called by a function, the output d... -1.05
It is considering quotes ("%d") as undefined ascii symbol... 0.00
Issue with returning an array of type int from function +0.94
unable to know the use of the statement "(void) ipAddr; (void)... 0.00
Why gcc and clang both don't emit any warning? +1.00
char *str and malloc'ing the memory for str, still getting SEGF... -0.43
Shifting pointer to some address by calling another function +0.28
How to pass a string that stores a datatype taken as an input from... +0.67
Search whitespace in string inC +0.76
In C, is it guaranteed that the array start address is smaller than... +0.65
Does recvfrom() modify len? 0.00
What's the difference between long unsigned int and unsigned lo... +0.24
Nested Structures memory allocation +0.80
Some char arrays don't end with '\0' +0.56
Using (+ve integer) + "some string " in printf? -0.97
Avoid adding another '\0' if string already has one? +1.26
Integer promotion with putchar +0.71
Always initialize variables in C +0.10
Why does an integer interpreted as a double render zero? -0.32
displayArray Function For c +0.27
How do i modify the value of char *? -2.18
Pointer-to-Pointer Arithmetic: Assigning Values 0.00
Printing values after a cast to a byte array -2.59
How is this strict aliasing undefined behaviour? +1.26
What happens in the background of array initialization in c? +0.75
Why after the use "free()" the value of the memory adress... +1.29
Getting bus error while adding ascii values to array characters. Wh... +1.38
How does this code print 404? -0.37
Typecasting of pointers in c -0.12
Format string with multiple percent signs +0.41
How can i solve my code to check size of data type (is c language w... 0.00
Using an uninitialized global variable (for read and write) is OK? -1.84
Why do str[5], str[] = "1234" and str = malloc(5) have di... +1.06
Why my code which uses a logical expression as a case label throws... +1.38
warning: right-hand operand of comma has no effect gcc 4.4.7 +0.20
Is `int` always signed? +1.39
Why is my C Code miscalculating +0.45
deferencing void * pointer during memcpy, want to know how this can... -0.23
Function visible even if not included in C -0.68
Where is an array variable stored in C language? -1.92
Why does scanf pass the value to my function, dont want scanf to se... -2.39
Why we don't need number of column when passing the dynamic 2d... -0.78
Unusual behaviour in case of nested scope variables +0.19