StackRating

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

chqrlie

Rating
1549.14 (8,204th)
Reputation
66,615 (1,321st)
Page: 1 ... 27 28 29 30 31 ... 75
Title Δ
Customized printf in embedded C 0.00
Segmentation faults for allocating memory for a binary search tree... +0.23
SOS I am crazy but haven't found the reason why the line 137 do... 0.00
Is a `FILE` object created and returned by `fopen()` a dynamic or s... +0.16
How to intalize the structure with same value(not 0) in C +0.72
A Quickselect C Algorithm faster than C Qsort -0.10
What do i64 and i32 at the end of the values in limits.h mean? 0.00
Reading a csv file into a struct in C using scanf 0.00
Reading and storing values from csv file in an array using C -0.11
Print all binary numbers of length N -0.08
Store contents of a file with both integers and characters in C -0.60
Program to find if a number is perfect -0.63
Return the last word of a string - C programming +1.04
Why unsigned int and not a void for strlcat and strlcpy? -0.94
This is a c program to find next greatest number with same digits.... 0.00
Why strtok_r() only accepts character array but not character pointer +1.81
compiling assignment expression to bytecode 0.00
How to print a 1 to N without using semicolon ? Explain this code +0.40
Calculating Arithmetic and Geometric mean by introducing numbers un... -0.91
Algorithms: To determine whether a given set has two subsets which... +1.54
strstr cannot find substring but buffer contains the value 0.00
AST or bytecode. Which is easier to optimise? 0.00
Stack code in C crashes and stops working as soon as it is run -0.58
C program with fully justification of text from file 0.00
nested for loop value of not initialized -0.60
Finding the second largest element in array without sorting +1.56
Collateral effect using the sprintf function +0.83
Why my string getting some extra value? (C program) +0.40
Difference between Array and Table -0.74
Make doesn't like $(addprefix a,b) 0.00
To find and assign primes to an array -0.57
Concatenating two strings with strncat 0.00
Parse a text file into multiple variables with fgets in C +1.07
a function which read integers using scanf but crash if enter letters -1.31
Finding squarefree divisors of a number in C +1.73
Why snprintf is not working for double 0x1p-1074 ...? 0.00
Choosing the right storage in C (X,Y,state) -2.01
Why Binary file is not a Text file and all Text files are Binary fi... +0.74
Declaring function arguments as const in C +0.43
Split whitespaces in a string and store them in table in C without... -0.45
Is it possible to assign a function pointer before calling a functi... -1.79
MISRA C:2004 10.5 Query -2.15
Finding all pairs of amicable numbers from 2 to an upper range - in... +0.13
sprintf and uint64_t not formated correctly using PRIu64 0.00
Print only those arrays with 3 digits whose sum is 10 - C program -2.27
Do you need to add an extra "," after the last member of... -0.12
Simply recursive function misunderstanding -0.61
How do I implement my own printf in c 0.00
why this code to print nth number giving runtime error? -1.37
how to input two space separated word in c which one word can be om... +0.81