StackRating

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

Vlad from Moscow

Rating
1551.24 (7,571st)
Reputation
152,082 (371st)
Page: 1 2 3 4 ... 196
Title Δ
How to delete last character from output in c +0.54
Memory address for arrays allocated on heap and on stack -0.75
static variable changing value with no error displayed? +1.87
how to print a matrix with a negated row more efficiently -0.29
Is this a valid way to declare an array in C? +0.65
finding sum of all non terminal node in bst 0.00
How to truncate characters over a certain length in C? +0.81
How to properly allocate true 3D array in C +0.06
Sum of primes: what is the problem in result? -1.36
Why doesnt pointer dereference work without assigning it first? 0.00
Explanation of output of program -0.81
Should I reference elements of arrays when working with them? -0.69
Why is my output not showing the node containing 14 when I print? 0.00
Segmentation error when trying to access element of a multidimensio... -0.70
C Code: Pass string from one function to another function +0.19
Logical AND OR and increment precedence -1.45
How to write function that return dynamic allocated string? -0.38
Purpose of Using a double pointer in Linked Lists +0.43
Returning pointer to char* ruins data -1.89
Assigning a 2d-matrix to another variable in C++/Arduino 0.00
Finding the size of an array in C when passed into a function 0.00
Error sum of two matrix in function By using 2d array +0.42
Why am I Strange Output when using printf in C? 0.00
sizeof operator shows wrong size of struct in c +0.19
strlen() warning concerning conversion between pointers | C99 | CLion +0.71
'initializing': cannot convert from 'void *' to ... 0.00
C: int or unsigned int which type I used for pointer increasement -0.44
How can I fix incompatible pointer to integer conversion assigning... -0.66
How to free double pointer in Queue [C language]? 0.00
Casting int type pointer address to char and printing it gives char... 0.00
Which conditional statement is faster than the other (width*height*... +0.42
Operator associativity, precedence +1.22
Why am I getting garbage values? -1.31
wrong redimension of a string in c -0.63
What is the difference between (int)a and *(int*)&a 0.00
Pointers,structure C -1.48
CS50 clang-10: error: linker command failed with exit code 1 (use -... 0.00
int to char cast, strange behavior 0.00
Ways to create a recursive data structure in C +0.38
Print all elements in an array just once in C? +1.29
Find what's wrong with this function? 0.00
Boolean value isn't working properly in C Programming Language -0.59
Is it good programming practice in C to use first array element as... -0.22
Print (work with) substrings in a C program -0.46
Exception thrown: read access violation. it was 0xFDFDFDFD 0.00
Why does assignment persist outside of scope but declaration does not -0.31
Deleting first node without head pointer in C +0.42
How to check if a byte from a byte array contains 0 using C? +0.14
Can I use an assignment in a switch case? -2.49
In a strict context to doubly linked lists in C, which is the right... +1.26