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 6 7 ... 10
Title Δ
What's the difference between printf("%.d", 0) and pr... +0.90
Can I have a C routine, which prevents free()ing the memory twice? +0.81
Why can an int return type function return a string? +1.16
What is function designator and actual call? -0.84
C language strlen function with new line character in the string -1.80
Why can we compare character constants? -0.16
error: incompatible type for argument in c 0.00
error: dereferencing pointer to incomplete type - C language -1.67
I have a warning "passing argument 2 of 'bins' make in... 0.00
stat() function only works in the current directory C language -3.01
when this code executes, it shows no output. Why is that? -0.72
Problems with if ....==NULL in C -0.27
Why doesn't EOF (ctrl+d) execute in function code? And only ctr... +0.11
Why does getch() output 10 characters on first run (line) but 9 cha... -1.59
C program Temperature conversion 0.00
How do I have to use extern variables? +0.48
error: result of comparison against a string literal is unspecified... +0.50
Why are the "Enter name" output got skip over and when I... +0.48
Why my code does not write the results to the file? -2.09
Is arr, *arr, arr[0] and &arr[0][0] the same in C? -0.21
Why does a pointer gives a garbage/random value on initializing and... -1.59
What caused the Segmentation fault? 0.00
How to disable the warning about using deprecated gets in GCC? 0.00
Why is the answer to this code being printed 3 times on each number... +0.00
Simple string modification program in c -1.95
Is there a benefit/downside to return in an else statement? +1.60
How to fold input when max character limit is reached? 0.00
Case 3: if n is multiple of both 3 and 5 +1.35
Returning an array of strings and assigning it to a variable in C -1.76
How is 0 used in conditional operator in C? +1.03
Getting characters from N lines(from input) and storing them as dec... 0.00
What is the output of expression c = a>2+b!=6? 0.00
I want to print c pattern as upper triangle -1.20
Why for loop never ends? +0.78
printf doesn't work on specific context, why? -2.00
Infinite loop Do While -1.56
C functions in round brackets -0.25
Comparing between a double pointer ** and a constant works only if... +1.24
compiler requires to dereferenciate once when I actually need to do... -2.03
My Heart Rate Calc wont run all the way through for some reason 0.00
How can I check if the result of a division is an integer in C? -0.81
Warnings and segmentation fault core dumped 0.00
Can Anyone explain why I'm getting 1 here? -1.85
C Why does 2 pointers pointing to the same variable print only if t... -0.60
This code gets stuck and I don't know why +0.48
Write a program to fill the entire screen with a smiling face. The... -0.62
why i'm getting stack smashing for the below pgm? +1.52
How is *y++ = *z++ evaluated? +0.82
What does int i do inside of the for loop(in scanf and sum) in this... +0.64
I want to make program in C printing each number of full number +1.55