StackRating

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

pmg

Rating
1539.58 (12,030th)
Reputation
87,444 (910th)
Page: 1 2 3 ... 48
Title Δ
How to take to cursor to the end of the line (Without disturbing th... 0.00
Why can't the C compiler optimize changing the value of a const... +0.11
Initializing array of integers without using square [] brackets -2.38
Defining an array in flash 0.00
sizeof operator in C behavior with strings +2.12
Are innermost parentheses evaluated first in C? -1.92
pow() always returns 0 if I have a negative exponent +0.43
Looking for explanation to argv[1][i] second array of pointers +1.36
C language how to remove or not show rows with 0 value column -0.48
User inputs a number, and program should surround it with charatchers +1.35
Question regarding memory allocation in C 0.00
What is ./nqt in C programming and how do i change file without cha... +0.43
How can i create an if statement within a for loop that breaks the... -0.01
Is shell script as "close to silicon" as C? -1.42
What does “typedef void *(*Something)(unsigned int)” mean -1.30
How can windows start and run without a C compiler? +0.44
How to delete nth term word in string? 0.00
function of a senquence ( Sn ) without recursive +1.02
Rearranging blocks of digits +0.43
A specific short-circuiting example in C +1.20
How do I make parts of a string into different integers in C? 0.00
(C) generating random data using /dev/urandom and writing it into f... -0.12
Array changing its first letter without reason +2.02
program validity; lifetime and scope of variable defined inside loop +0.75
How to make user input correctly 0.00
Splitting a string in C into different variables +1.49
Confusion on Malloc behavior, why it last input is not taken? +2.12
How to move last element of array to the first element of another a... -2.16
How can I make my while scanf loop terminate when 0 is entered? 0.00
correct return type for C function? +0.82
How does my code work, I can't understand the flow? -0.16
Strange output when using union type members -1.66
Why is `isnan` returning 0 for a long double set to NAN? +0.44
How to make value constant locally? 0.00
Is there a way to discard a number stored using malloc/realloc when... +2.42
How to release the memory outside of a function if I forgot to rele... +0.19
Is it possible to use a for-loop in C to determine which value is t... +0.99
How to have 3 calls of fork() and create 6 processes without using... +1.07
Is there a way to find max and min number using only while and if i... -1.91
more characters than the original +1.20
Why does the number 10 get output in each iteration and how can I f... +0.70
most efficient way to move Array elements (pure C, no stdlib)? 0.00
Convert iterative function to recursive +0.43
Initialize 2D array dynamically only knowing its column size in C -1.72
There is a problem with reading this code.How to read this? 0.00
Comma separated expressions in printf() gives an unexpected result +0.42
Unsigned __int128 literal GCC 0.00
fopen ordering in C affecting it strangely +2.67
Nested callback function in C +2.76
How many times does fib(3) gets called when we call fib(6) using th... -0.68