StackRating

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

Support Ukraine

Rating
1608.10 (1,467th)
Reputation
22,456 (5,851st)
Page: 1 ... 16 17 18 19 20 ... 33
Title Δ
Cannot re-iterate a pointer array 0.00
Area under the Curve C program +1.70
C language and how to free memory from a 2d character array? 0.00
The easiest way to convert multi-digit char to integer +1.03
Creating of specific process tree 0.00
how many triangles can be build from a list of potential edges? - C 0.00
How do I write a program that reads array in from text file and fin... +0.10
Get the length of a string by its final NUL element 0.00
segmentation fault 11 in c binary search tree +0.47
Converting a struct of integers into a string C++ -0.05
Addition of matrices using functions 0.00
Adding nodes to linked list overwrites 0.00
assignment and comparison pointers in c -0.49
why my c program doesn't crash when i entered the wrong data type +0.98
Odd behaviour when using malloc +0.47
Printing value of a pointer to a pointer -1.31
How to accept ";' semicolon, as input, and not execute the... +0.45
how to iterate an array only up to where it is filled without trave... +0.95
Creating a linked list to enroll students in C 0.00
Reading Integers in from a file, line by line, separated by whitesp... -0.02
Generating bruteforce permutations in C deterministically -0.27
Flag validation doesn't work. Using arrays, scanf function and... +0.46
How to read and save data from text file? +0.47
"Assignment Makes Pointer from Integer without a Cast" 0.00
Address of NULL pointer -0.83
Print the digits of the integer n from left to right -0.55
what is wrong with the following while loop? 0.00
I cannot perform data validation on my four arrays properly. -1.22
Mutex - counting occurrences of a char in files using threads 0.00
Incorrect output from file 0.00
Reversing a way one linked list -1.16
big endian vs little endian doubts using pointer +1.94
y/n loop at the end of a function 0.00
How to iterate over the words of a sentence in C++? +0.60
boolean algebra - build a OR gate having NAN and AND +1.60
Does calling a method from within a method with a lock maintain exc... +0.47
Input string without knowing the size +1.05
How do you get a data section from a Linked list to compare? 0.00
Casting structs to the pointers -0.36
Searching through struct array for string entered by user 0.00
Binary Search Tree Recursion without a node struct -1.41
How to read a matrix into a double** array that is within a structu... 0.00
what is the difference between x=*p++ and *p++; x=*p in c? +2.14
Multidimensional manipulation in C by Column +1.78
Byte Swap and padding left over space with 0's in C 0.00
This code has a bug +0.47
In C, How do I set a maximum array for comparing with strlen? -0.45
Dynamically expanding array of structs C -0.03
How to set global array's size after calling a function? (C) +0.90
How to perform a multiplication using only additions and assignments? +1.21