StackRating

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

H.S.

Rating
1540.03 (11,797th)
Reputation
5,549 (29,603rd)
Page: 1 2 3 4 5 ... 9
Title Δ
Is there a way to loop through using the four basic operations in C? +1.33
Why does declaring a character string parameter in a function needs... +0.15
Taking #define value from the user -0.20
Segmentation fault checking month +0.45
Validating User Input for Specific Char -0.24
C: Passing by reference during dynamic allocaion +0.47
Understanding why it does not find duplicates in array -0.49
segmentation fault because of sorting function -0.91
How can I make a word as variable in C? +0.03
How to efficiently create const c string from string literal and ap... +0.47
Why does this function print 1 2 3 4 5 in ascending order +1.41
How is the value of global variable changing in my code? -0.66
How does an array terminate? +0.72
Unable to understand "typedef" and pointer usage in struc... 0.00
Why the value of X is not incremented while assignment +1.09
Why does getw return -1 when trying to read a character? -1.11
Create N child processes from the same process then print PID of al... 0.00
Recursive function to return number in char array -0.39
Got a problem with list creation function in generic linked list li... -0.25
How to read a file into an array of structs? 0.00
Need some explanation about malloc +1.36
Clearing bad input 0.00
How to go back to main function from function void zmianaWierszy(..... -0.57
Clarification about precedence of operators -1.23
How to reverse an array using pointers in c -0.77
How do I implement a linked list with multi-element struct? +0.92
I need help on my code, it gives me an error control may reach end... +2.52
Insert function for linked list in descending order of insertion -... +1.30
Why is passing (!NULL) in if-else condition true in C? +0.46
comparing a return from strdup function, with strncmp +0.43
What happens if I redefine a macro in C without undef directive -0.19
Why don't compound assignment or iterative operators work on de... -1.16
how to use sorting indices to sort integers from a structure array... 0.00
Code does not appear to print concatenated strings correctly 0.00
address-of (&) and indirection (*) in C -0.96
How come I can initialize a pointer that has zero bytes allocated t... +1.60
Can I declare an array of constants in the preprocessor? +2.57
Is pointer = &buffer[0] redundant? -2.00
Is '\0' in the middle of a string can be recognized as the... +1.52
Static storage union and named members initialization in C language +0.01
Expection thrown on "fopen" 0.00
Confusion about two simple character counting programs in C -1.58
Creating a pointer directly from a typedef struct definition -1.24
Is it possible for one process to change the value of a variable in... +0.34
How to go through a array of strings using pointers alone -0.45
How does %s behave in C when we pass it a char * pointing to a sing... -0.30
what functionality does comma hold here,why it doesn't evoke co... +2.04
What constitutes as padding in a union? +0.02
Can I manipulate file-scope variable/array via a pointer within oth... -0.49
Linked Lists Vs Arrays (Implemented?) +0.49