StackRating

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

Spikatrix

Rating
1594.49 (2,043rd)
Reputation
17,713 (7,906th)
Page: 1 2 3 ... 15
Title Δ
How to return empty string from a function in C? -0.83
Unknown Errors in Program 0.00
The most efficient way to initialize array member of struct? 0.00
Flutter does not prompt the device for an authorization dialog +0.74
Why sscanf storing \n in a buffer +0.94
What does the format string "%*[^\n]" in a scanf() statem... 0.00
problems with scanf and fgets +0.37
Re-Initializing a const char array in C is not giving error +1.01
Are array names in function arguments treated differently than arra... +2.16
output of strtok() is different +0.20
Is it possible to only send one variable from a struct if that stru... +1.20
How to display the value to which a pointer referred? +0.38
for loop is initialising with three variables +1.67
How do I use sscanf() to parse this line of text? 0.00
Why does the strcpy() function produce unwanted outputs in the case... 0.00
How do you write a C program to increment a number by keypress and... +0.04
How the compiler interprets when the sizeof() operator is performed... +0.38
Why do I need to append a NUL character to an array? -1.34
Splitting a single input and storing in individual variables +0.37
Passing double pointer as function argument 0.00
How to properly using EOF? +0.69
ensure that scanf only reads dd.mm.yyyy +0.38
Stack smashing detected when trying to copy one string to another u... +0.38
blank space after "%c" in scanf format string ignores las... 0.00
Palindromic numbers in C, string error +0.36
Accepting Multiple Strings in 2 dimensional array? 0.00
How to understand this kind of condition in if statement? +0.38
Why Wont my program search in array? 0.00
Why does scanf fail but fgets works? 0.00
Wrong output of argv? +0.16
C: SEGFAULT with 2D array -0.13
C Language: Structure and Arrays -0.14
input string with scanf +2.21
2D Array not printing the correct output 0.00
Using realloc() function in C for increasing column in 2D array 0.00
Reading float numbers from a file in a special manner 0.00
Trouble allocating memory in 2D array 0.00
Trying to access address of 2D array in C and getting segmentation... +1.69
Adding Matrices Code in C HELP! I don't know what's wrong -1.67
Check a user-entered string is of format "%d/%d/%d/%d/%d"... 0.00
fp==NULL not working properly 0.00
Program crashes with 0xC0000005 +0.98
C - Checking for errors in file 0.00
Why strtok() splits string that i didn't even passed to it? +2.13
I have three loops over an array of (char*) elements in C. Why does... -0.61
Why does scanf not working with regex and dynamic allocation +0.43
In C / C++, What would int (*f) (float *) create? -2.29
Is it possible to set the size of an array within structure during... -0.62
How is the "getchar()" function able to take multiple cha... +1.05
How do I pass a pointer to a multidimensional array in C? +0.06