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 ... 7 8 9 10
Title Δ
Understanding the difference between different C pointer assignment +0.24
Why can't you store an extremely large single value in a dynami... -2.38
Ask about char in array -1.82
How to free() an array of structs allocated by malloc()? +1.28
What is this problem "dereferencing pointer to incomplete type... 0.00
Is there any C function that can evalute a string expression define... +4.10
2D array of characters, printing extra character over limit? +4.09
How do I properly use strcat for char array? +3.96
How do I fix the two warnings "warning: format specifies type... +1.59
Why is this code not producing an output? +0.32
How can I point this string to the structure? -1.01
What happens if I assign to an int pointer a float variable address... -2.21
Why won't my EnumWindowProc compile in C? -3.78
else-if only giving out the if answer 0.00
Why should you use a 2D array of structs? +3.08
I want to output 1 3 4 5 7 9 but I hardly stuck here 0.00
Difference between a compound statement and a block in C++? +4.24
How do I print integer values without additional zeroes after comma... +2.16
Segmentation fault when I change directory in C +0.82
Append ' before and after char[] in C -1.29
How does incrementing an element(integer) in array work in C? -1.66
How do I get proper output when I reverse a string in C using point... -3.90
How to dynamically allocate memory in a function? +3.54
How can I read a string without punctuation by scanf()? -3.89
Difference between "%d" and "%d " at scanf in C... 0.00
In c or c++ can a loop have both "do" and "while&quo... +1.10
How to add two vectors with a scalar and save the result in one of... 0.00
What is the relationship between #include <conio.h> and getch... 0.00
Is dereferencing a NULL pointer to array valid in C? -0.08
Putting an enter key when getchar(); is executed 0.00
What is the difference between a = 5, a(5), a{5} and a[5] in C++? 0.00
Why strncpy() is not respecting the given size_t n which is 10 in t... +1.11
How to solve this issue "chip enable program error" +0.01
How does realloc() reallocate the memory? 0.00
I have a problem with scanf and giving input a char array with a fo... -4.07
Segmentation Error in C code when i try to read the hex file 0.00
What is the difference between derefencing and assigning the addres... -1.79
What does "void fatal(char *); " mean? +3.81
separate numbers and string into text and numbers +1.45
copy two arrays of int to one char* in C -0.92
How does the increment operator work with an array? -2.57
How do I change change the variables of a structure inside an array +0.88
Getting error: "variable...is uninitialized when used within i... -1.51
I have problems with getting numbers from the file. Function fscanf... +4.87
How to declare, define, and call a functions in C program which hav... -2.01
Checking string input C -4.23
Why does it print 1 at the end? -0.87
How can I take a string and then use it as a calculation? -2.50
Input multiple values to multidimensional array C 0.00
Is this array increasing or what did it do? 0.00