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 ... 17 18 19 20 21 ... 75
Title Δ
Do I need to explicitly handle negative numbers or zero when summin... 0.00
Second 'for' loop being ignored after first 'for' l... 0.00
Union not reinterpreting values? -1.93
How to free memory of a char pointer inside a struct pointer -0.85
Understanding bit-level float multiplication in C? 0.00
How to merge two linked lists in C -0.53
I have written a code for merge sort.but I couldn't return sort... -0.55
I have a problem regarding array in C (Hackerearth - Find Product) +0.45
Compiler optimization of bitwise not operation -1.59
Invalid free() when trying to reorder a linked list -1.81
remove leading spaces from string in c +0.42
Reading in values from a file 0.00
Why when my input is 8 or more characters long, symbols appear afte... +2.02
How to enter/input special char ETB(ASCII 23) as a char in terminal? -0.05
Mergesort is shaving off values in an array +1.54
Why is my acronym lookup utility surprisingly slow? +0.25
My function to merge two linked lists is not working properly +1.72
How to properly store name of directories into a linked list? -0.93
Function to delete an element from an array not working +0.92
More than one format specifiers -0.08
Why can't i assign the name of a 2d array to a 2d pointer? -0.86
Insert a node at a specific position in a linked list using c +0.87
Do I need to consider endianness in this example? 0.00
Recursively removing the duplicate elements in a linked list -0.06
strtok returns NULL despite not having reached the end of the string -1.88
Array of dynamic length -2.56
Printf float number in hexadecimal format returns random vlaue +0.20
Parsing "0x0" as two numbers using sscanf +0.28
Inconsistent C99 support in gcc and clang -1.74
How to know if a string pointer actually got smaller after realloc? -0.55
Reversing a name - Printing garbage after first name letter -1.03
I don´t know why the else if statement doesn´t happen 0.00
What wrong memory am I accessing which is causing segmentation fault? -0.56
Why is C not creating my Linked List head? 0.00
A question regarding the syntax of loop in C -0.74
I have written a C code for a pattern but there is a small mistake... -1.93
Declaring functions as variables in c -0.66
Do statically allocated arrays in C use all of their memory even wh... -0.58
Linked list with a memory leak 0.00
Does this merge function of Mergesort take O (1) space or O(n) space? 0.00
Is freeing an allocated pointer with a null value necessary? -0.16
Need to generate 4 random numbers without repetition in C programmi... -2.18
I don't understand the data type of the code that inserts the 4... +0.43
How to find out how many bits are set (equal 1) in the product of t... -0.08
functions not working well when linked via a static lib, but workin... +1.67
How to extract few bits or bytes from a byte array? 0.00
What does this line of code translate to ? and why divide by 16? -0.25
Why sorting an ascending array (1~100,000) with std::sort() is fast... 0.00
Is this a good way to use strcpy? -1.50
How to get the second part of the code below to work -0.06