StackRating

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

msc

Rating
1432.68 (4,535,217th)
Reputation
21,152 (6,339th)
Page: 1 2 3 ... 5
Title Δ
Install metabase using cmd 0.00
Expression evaluation inside the while loop +1.17
Which argument in a function is called first? -1.65
Pre-increment operator with and without pointer in C 0.00
Why can't access register array using loop +1.90
How to concatenate char pointers using strcat in c? -0.33
why does assigning a constant value to a static pointer gives segme... -0.83
Padding of structure type inside structures 0.00
Array values aren't initializing nor are changable -0.96
How to initialize the array member with constant member value? -0.32
Is i = i + n truly the same as i += n? -0.56
Is it bad practice to specify an array size using a variable instea... -0.55
Having an issue with simple account checking program? Program retur... +0.08
Terminal not reading a for-loop statement +1.44
C++ - What is the most efficient way to test null pointer? -0.47
Newbie Q - what's happening when I leave out a variable in printf -1.73
What is the best order for local variable declaration in c code 0.00
How to declear a pointer with following speification 0.00
identifier not found in a class c++ +0.59
What does it mean when declaring an object with static keyword? -0.40
Can you assign a variable name to the thing a pointer is pointing a... +1.62
for git how to view all commits made in a repo? +0.10
when is initialization for variables required in C programming -0.34
address randomization: print address of a static var in c +0.77
Number of elements in an integer array which is not equal to its size -0.40
Why only a.out is being created everytime when I make different pro... +0.05
How to repeat scanf() n times? -0.15
Friend class, inheritance and typedef -- which behavior is correct? -0.57
Declaration and definition confusion in C +2.03
Why does comparing unsigned long with negative number result in fal... +0.68
C - What is the type definition of a variable in the following code? -1.06
What does a for (;;) loop do +0.24
Using fgets to skip a blank line in C +0.91
C language: How do I convert a string parameter from a command line... 0.00
Can you omit the return type in main function? -0.14
Why This Code Prints Second statment? -0.19
How does memcpy works with void pointers? +0.60
Where do I put #pragma warning(disable : 4503) for it to work? 0.00
Error in initializing structure variables -0.11
External, internal and no linkage or why this does not work? -0.35
Functions and variables scope in C -0.42
How to achieve inheritance in C +0.10
error: ‘struct tty_driver’ has no member named ‘write’ 0.00
Why is address operator not needed in scanf? -1.31
execution of conditional operators +1.49
Destructors and the delete() method in C++ +0.19
What exactly does the '2' mean when someone writes read(2)... -0.53
What is meant by passing naked array in C++ -1.27
Return value of a boolean expression in C -0.96
Is it recommended method for computing the size of a file using fse... +0.35