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 ... 33 34 35 36 37 ... 76
Title Δ
Failure comparison between pointer and integer 0.00
the if case in this code doesnt work while there is no syntax error 0.00
How to clear stdin before getting new input? +0.30
NULL as a pointer valid address? -0.48
How a C array name save two values at one memory location? -2.93
From which index : for (int i; i<x;i++) start from +1.25
how use string in switch statement in c programming? -0.42
C char array concatenation memory dumped +1.53
How to fix this function so that it returns concatenation of two st... -2.37
Why output of int 070 is 56 in C program? 0.00
C - pointer being freed was not allocated +0.29
Are C multidimensional arrays contiguous without holes? +0.82
Why modifying a string with different ways have different behaviors? +1.67
Why does this buffer point to unaddressable bytes? -2.17
Create pointer to value in one line -0.88
Accessing function variables outside the function scope 0.00
Values the same but not equal -0.66
Is it vali to call free with a pointer to the first member? -1.83
Array of size 0 at the end of struct +0.83
Why return statement works for void as return type in C? +1.78
How can I generate different random numbers for each player? +0.28
How a pointer to structure can be used before the structure is defi... +1.09
Trying to understand what is wrong with the following code in C +0.59
How does the ternary C operator interpret an empty 1st branch? Why? 0.00
inputting a character string using scanf() +1.93
What is the trick behind strcpy()/uninitialized char pointer this c... +0.30
What is the difference between char stringA[LEN] and char* stringB[... -1.57
Check if variable is initialized in c++ -1.01
if(x=y){...} else{...} takes else path +0.31
Accessing struct members after allocating -3.02
count array length in c by pointer, the answer is wrong -0.72
Input, Output C Program +0.09
warning: assignment makes integer from pointer without a cast [enab... +0.02
Structure passed to function as parameter but not working properly +1.43
Cannot seem to set char* correctly +1.28
Using fgets to store character pointer program crashes 0.00
Program crashing on free() with an invalid pointer message +1.58
Pointer arrays, stopped running -1.23
C transmission as a pointer +1.33
Else If error while trying to determine leap years in C -1.27
Why do dangling pointer deferences crash the program +0.93
Read user input and modify an array using EOF within a function in C? +1.02
Populating array with random numbers/error with user defined function +1.45
If i have multiple for loops can i use i each time or do i have to... -1.48
without an extra "printf" my code give me segmentation fa... +0.67
getchar() doesn't work in C +0.30
Check whether a point inside or outside a circle (implementation wi... +0.23
Why can functions with no arguments defined be called with any numb... -0.56
Pointer to pointer to struct in C 0.00
Concatenation(strcat) in C -0.37