StackRating

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

RobertS supports Monica Cellio

Rating
1508.48 (83,167th)
Reputation
179 (496,307th)
Page: 1 2 3 4 5 ... 10
Title Δ
C sizeof for arrays - array vs. pointer notation as function parame... 0.00
How do I make characters appear using getch()? 0.00
how to use only scanf("%s") to input print out strings wi... 0.00
If statement in C () 0.00
Difference between modifying a function parameter and modifying a l... 0.00
Using while loop vs if statement to reverse a string using recursio... 0.00
Why am I getting a "conversion to ‘short unsigned int’ from ‘i... 0.00
Initialize User defined parameters value for Array in C 0.00
What is the difference between an iteration and a loop? 0.00
Could someone explain the logical error in this program? 0.00
C alocate memory using malloc 0.00
Why do I get two values for this variable when forking? 0.00
Assignment in if-statement - How is the output correct? 0.00
How does the swap function work (pointer is used)? 0.00
two structs that refer to each other 0.00
Can anyone explain why the outputs are different in C and Java? 0.00
Is there a single official C compiler, and how do I install it? 0.00
Why can't I assign an array to another array in C 0.00
Why format specifier %d or %i does not work for a double variable b... 0.00
Global variables as arguments in function C 0.00
Trying to pass a struct pointer to a function results in error 0.00
Is the illustration on Aliasing in C correct? 0.00
Can we interchange the for loop parameters in C? 0.00
Is accessing an array out of bounds considered a violation of type... 0.00
How to get rid of Segmentation fault (core dumped) in C? 0.00
global variable not returning the right result +0.02
Function in C to find max element in an array +1.95
Compilation error of Variable Length Array with GCC -2.07
How do pointers in the structure work in the following code? -1.78
About variable not a pointer printed through %p +0.26
Is it legal to cast a function to a pointer to a function of variou... +0.82
Is there a function in C language that enables me to split numeric... 0.00
Minimum number of bits required to represent x in two's complem... +2.24
Allowing struct field to overflow to the next field +0.39
Why is this quine in C mentioned by Ken Thompson in "Reflectio... -1.11
Adding two arrays using pointers 0.00
Program to print value of array using for loop +0.50
Why is it allowed to redeclare a static function as extern? 0.00
What is the reason to #define and #undefine a macro in an array ini... -0.85
How to detect if a number is a whole number or a float in C? +0.09
Assigning a string to a pointer 0.00
Share sizeof(array) between two modules +0.52
Dynamic Memory Allocation in C ( return value 3221225477 & Segm... +0.50
Ambuiguity in C using Printf -0.73
Can I use an integer variable to define an arrays length? -0.43
programm in c (go a round in a room) -0.25
Can a variable declared inside a function stays in the stack even a... +0.06
How to print a diagonal line in C? +1.98
Preprocessor and compiler errors in C +0.36
How to properly implement strcpy in c? -1.05