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 2 3 4 5 6 ... 9
Title Δ
Why output of this program is 4? +0.56
constexpr defining static data member of literal type that is decla... +2.59
Why are const ints (or shorts) captured implicitly in lambdas? -1.36
Why does a insertion/extraction operator's overloaded function... -0.65
why this sizeof(c+a) is giving 4 byte instead of 3 -0.10
Why does sizeof(*"327") return 1 instead of 8 on a 64 bit... -1.49
C program to find frequency of a character from a string +0.58
The double pointer points to the int variable to overwrite the memory -1.00
Assigning a string to a variable of type char in C -0.61
Function definition with initialized arguments and Function call wi... +1.39
explanation of the output of the following program +1.65
mutable with const pointer in C++ +0.42
Why can't a ternary operator be overloaded? 0.00
Regarding fork system call in linux 0.00
What causes a char to be signed or unsigned when using gcc? +0.94
What is the output of this program Insert in beginning of an array... +0.56
for-loop in C explained -0.93
Why ++(*p) is not giving l-value required error? -1.49
Why do we have to cast a void pointer to int or something else befo... -0.79
Behavior of comma operator in C -0.85
Is there any better way to copy array elements into pointer? -1.31
why do we need "-pthread" flag to compile a c file +2.38
Strange behaviour of the min macro 0.00
Value of boolean type changed in C +0.14
& operator cannot be applied to constants in C +1.54
working with memcpy for buffers -1.67
Pass argument to main function with command line but the value is a... +1.25
is it better to use sleep() or an infinite loop to wait for an event? +0.09
Why use a void pointer for dereferencing variables of datatypes? +0.45
Reassigning to a pointer variable after freeing it +1.33
Incrementing one D array pointer +0.27
C code to print the pattern 1 22 22 333 333 333 -1.66
How are we allowed to use a forward-declared object or function, an... +0.23
How do commas in the initialization and increment parts of a for-lo... -0.64
This source code is switching on a string in C. How does it do that? -0.08
Confusion about 'auto' deduction type -0.31
What does the c operator *y=&x[] actually mean? +0.54
Difference between #pragma and _Pragma() in C -1.78
Print decimal value of a char -0.43
Is right shifting undefined behavior for negative number in cpp and... +1.77
Can a int value added to a float value? +0.99
malloc initializing allocated array to zero +1.59
Undefined or unspecified behaviour? -1.27
" expects type 'char *', but argument 2 has type '... +2.62
string poniter in c is not working when writen with * 0.00
why the simple c code snippet causing infinite loop? +0.90
What are the semantics of function as variable in C++ -0.87
strlen giving unexpected outputs C +0.74
Trying to understand printf a pointer with a char specifier (%c) +0.58
Is this relational not equal to expression well defined? -0.19