StackRating

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

vmp

Rating
1476.02 (4,508,879th)
Reputation
438 (303,571st)
Page: 1 2 3
Title Δ
passing argument 3 of 'function name' makes pointer from in... 0.00
How to clear output buffer for int 0.00
Exporting 2d array into new file using C +4.71
Cannot pass my matrix of structs to a function after using malloc f... -1.34
finding the sum of a given Int but ignoring duplicate numbers -0.19
Why my program crashes when I declare this two variables? 0.00
Sizeof operator not giving correct size of pointer in C -3.49
Why does my program output an incorrect sum of my array? +0.29
Linear search Algo (Bug) 0.00
Get single elements from an array? +4.22
double variables are showing as double * and int variables as int *... -2.43
How can I implement a function to concatenate to a char* and not ch... +2.69
making fscanf scan text in a format until the end of the line 0.00
What is wrong with my palindrome checker? 0.00
C - Assign value to pointer at position, is it possible? -4.41
Why there's no need to allocate a memory space to store pointer... -3.12
Function for extracting a name from a path; +5.13
regexp_replace to extract from string containing - -3.81
Selectively reading string part of a file using C -3.16
How can i get the sum of odd and even number with input user in Arr... +4.40
why does strcmp() not work for my array inputs? 0.00
get neighbors in distance 2 graph adjacency list in c -3.51
Value of structure pointer not being updated +4.59
Reading entire line from console 0.00
Modularization of dymaic allocation of a matrix in C +0.33
Why is the program giving a wrong answer, when I am trying to find... 0.00
how come the program doesn't tell me if the numbers are in asce... +0.50
Write a program that reads strings and writes them to a file -1.44
Cannot access memory at address with strtok() 0.00
How can I compute a * b / c when both a and b are smaller than c, b... -3.09
C++ Linked List: Node Creation Function 0.00
How does pointer to pointers to objects works? +0.46
doubly linked tail delete o(1) time 0.00
How to create a pointer to pointer on the Heap -3.65
C Char lin1[] = "1234"; PrintF as integer -2.63
Inner while loop iteration with outer loop -3.38
How does this recursive delete node function work? +1.42
What could be an equivalent approach to a casex statement from Syst... -0.69
Can I change the address of the pointer variable in C language? -0.79
C++ where these objects are stored heap or stack? +4.40
Is there a way in C++ to start a new line with streams and output f... -2.33
C storing List of Lists of structs +0.29
How do I compare two characters in a case-insensitive manner? +0.27
How do I make it go in diagonal directions? +0.25
Initializing ** arrays in C 0.00
How do I reverse the order of the digits of an integer using recurs... +2.60
How to reject a non-numeric input in this code? -3.21
Pass by reference or value for 2D pointer array -1.65
How to clear the content of a String which has already been used in... 0.00
How to avoid overflow when counting anagrams? +3.76