StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

rsp

Rating
1451.14 (4,532,338th)
Reputation
97 (734,512th)
Page: 1 ... 5 6 7 8 9
Title Δ
allocating and returning a 2d array pointer where rows and columns... 0.00
Why is the output of this C code 1? +2.26
How can I store the integer in a character array? -1.01
Why does this program with fork print twice? -0.97
C program printing a range 0.00
variable not declared in for loop condition in C-still works -0.76
comma in switch case -0.24
Bitwise C Operation -1.26
Assign the address of local variable to global pointer in C? -0.58
How modulus operation works in C++? -0.11
How to fix the issue of scanning repeatedly in this program? +0.06
Confusion with array size in C -0.38
Check if two files are eqvivalent C +0.06
why static variable intialised in each calling of function but we h... -0.20
Why am I getting the stray '342' error in the c program? 0.00
Does while(1){} do the same as while(1); -0.19
How to compare enum values in switch-case? +0.58
what is the diifferent between cin.ignore(1); and cin.ignore(n)? 0.00
Is c++ delete [] applicable to primitive types +1.87
I need to compare first three letters of a char array with a second... +1.03
Return by value, and by address -0.79
Parenthesis vs curly braces -0.14
How do I import a cpython module inside a Python script which will... 0.00
Why is my function not working correctly in C -1.01
How to use random() in C +0.34
character inputs with loop inC? 0.00
Scanf() time out C 0.00
Is it possible to typedef a preprocessor directive? -0.39
How can I use goto function across different functions , for outsid... 0.00
Why is the result of -8%-5 equal to -3 0.00
C -comparing char with new line +0.58
Putting a variable inside an array index -1.99
Why is using std::string still needed after #include <string>? -0.44
short x = -123; printf("%x\n", x>>3); -0.20
Why does this program produce odd output when the variable is unini... -0.69
How to put Items into DynamoDB table using python? 0.00
error C4996: visual studio: why do I get an error when I use fopen... 0.00
C arrays and pointers, what happens when I give an array new address? -1.95
Why won't the second scanf() execute +0.62
error - subscripted value is neither array nor pointer nor vector +5.04
Meaning of asterisk as index of array in function parameter? -2.37
How to run commands as root on AWS instances? +4.48
Define volatile int variable as extern int -1.90
Second null character is ignored in string -2.61
Remove or revert a specific commit from a master 0.00
Python: operand error when I try to run functions for finding the s... -1.53
format ‘%f’ expects argument of type ‘float *’, but argument 2 has... 0.00
Confusion about void main() in C +1.44
Pointer Objects comparison using pointer expression in cpp +0.01
Why is fopen not working? +5.49