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 4 5 6 ... 48
Title Δ
different ways to create string in C -0.93
Printf didn't display the first one, just after that ones +1.32
Program is skipping while loop to read each line in a file 0.00
change letters in strings +1.21
change letters in strings -1.29
while function not returning count correctly +0.36
C program sort strings in alphabetical order +1.13
Why *p++ dereferences a pointer first and then increments pointer a... +0.47
Linked list code below gives interesting errors,can you check that? 0.00
does the following code in c produce a memory leak? 0.00
How to declare a structure variable IN THE MAIN FUNCTION in the cas... -1.40
Converting string to one with escape sequences -0.34
How do i write C code without using a goto keyword? -1.58
Store a string in an array in C -0.05
Can I use NULL as substitution for the value of 0? -1.12
String on stack when manipulating pointer +2.14
Getting error: "variable...is uninitialized when used within i... +1.30
C - mktime() returns -1 where it shouldn't 0.00
Can I typedef struct aaa struct x_aaa in C? -0.99
Is it possible to use __LINE__ in the auto-generated variable name... -0.60
How can I verify that the input value is only a positive number in C? +0.45
What Is default datatype of constant numbers in c? +2.13
Whenever i run the following code i get 'great password' as... 0.00
Is it safe to negate the result of an && (logical and) oper... -0.43
Null termination for char array of size 1 while using sprintf -1.84
Strtol doesn't return the correct endptr - C 0.00
Request for an explanation of a program which uses the getchar() in... -2.02
How to make the code print original value then print new value? -0.50
Can somebody simplify the below code struct {int a[2];} arr[] = {{1... -1.09
Concatenating char to char* -0.78
alternative implementation of for loop for arrays -1.91
Create file and save it as current logged in username.txt using C p... 0.00
How can i find a pattern in an array of integers? +2.78
Understanding Post increment concept in C +0.49
About rand() in c -0.03
Why is it that the string length of an empty array differs from the... -0.59
Best practice: declaring global arrays of fixed length automatically 0.00
How can I reset the code, but the variables will not be reset? 0.00
Floyd's Triangle right pattern 0.00
Retrieve values from arrays in different functions 0.00
C bug of 0.00 and -0.00 0.00
Why my area problem is giving wrong answer? 0.00
How do i get the right output? 0.00
Instead of using sizeof(type), use sizeof *p,is it safe and correct? 0.00
Will elements of an array of type uint8_t always be packed into con... -0.54
Pointer array to (with pointer array defined) strings: Are the stri... +1.87
Iterating through a column in a CSV file in C 0.00
Is there a particular sequence in this row of numbers? +0.01
counting until a certain number down and back up with recursion -1.99
C - rand() in loop -2.10