StackRating

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

Hitokiri

Rating
1519.99 (31,907th)
Reputation
1 (4,398,676th)
Page: 1 2 3 4 5
Title Δ
program in C which from a string of 10 numbers entered from the key... 0.00
How could I swap rows in a 2D array defined using pointers to array? -1.64
How to create a mpfr array? 0.00
One thread that displays multiple threads +0.46
How I display a string obtained from a matrix? 0.00
Structure function pointer parameter? +1.22
How to change the size of an array and insert another element? -1.01
Why does the C/++ scanf function need referenced variables as argum... -0.54
How can a function return self-defined struct? +0.48
copy a struct array to another (not struct) array in C +0.48
How to have a 2d array that have characters and numbers in them in... 0.00
Why am i not getting the correct output +1.01
why use multiple Mutex in a file or struct? 0.00
How to use scanf properly with Arrays in a loop in C? -1.77
How can I concatenate characters to a string in C? 0.00
Using strtok and trying to store their values into an array -1.93
Question regarding reading lines from a file in C -0.90
Why it does not show the output in while loop? 0.00
Dynamic allocation of arrays inside struct -1.98
void* in linkedList 0.00
I made a calculator in C, but i want to fix some bugs regarding scanf -0.35
I made this program to learn goto use. but did some mistakes somewh... -2.08
fscanf() without field width limits can crash with huge input data... +2.12
Add String nodes to an Expression Tree 0.00
Program with multiple threads always giving same output 0.00
char** argv passed as array of string -0.54
Strcmp doesn't work and I don't seem to understand why - tr... +2.07
How to copy the semester[20] string under the structure, and count... 0.00
Difference between node = node->next vs *node = *(node->next)? -0.92
Find biggest value in a sequence 0.00
How can I print an array A[n][m]; using main() that was scanf() in... 0.00
change the value of a string in a linked list +3.84
Function not saving data to pointer to structure after realloc -3.87
C - Displaying pointer content. Difference between str and int -4.05
Malloc and pointer 0.00
How can I convert all components of a vector into absolute value us... +3.79
How can I save a vector entered by a user using a subprogram? 0.00
Using a struct and dynamically allocated memory to write all the li... 0.00
clang-format: brace on new line except for empty blocks +2.19
The add another part is prompted twice after the first iteration, C... +0.35
Malloc() a double nested struct in C +4.60
Why does this program print 0 instead of the specific set of values... -1.58
format specifies type 'int' but the argument has type '... -0.24
How to Read and Add Numbers from txt file in C -1.44
How to write a code to read input in separate lines from an input f... 0.00
Using a function with an array as input in C -2.24
Implementation of bit field in c 0.00
How to reverse an array and store the values of the reversed array... +4.25
LCM and then representing it in a matrix form 0.00
Write a function that reads line by line from the console and print... +0.24