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 ... 5 6 7 8 9
Title Δ
fgetc not displaying correctly after space -1.21
How do I understand the "add" (+) operator when used in a... -0.43
Setting char to all true bits -0.96
Incorrect calculation by strlen for a string pointer? +0.48
Sizeof operator with variable-length array type -0.42
Learning C Programming Independently - Stuck on non-functioning ==... 0.00
How can a char pointer contain a string in it? -1.09
Changing character in a string to two characters +1.56
about multi dimensional in c language +0.47
Fork System call in linux using c -0.28
How to merge and sort two doubly linked lists in C -0.04
How compiler allocates memory to the array of unspecified dimension? 0.00
Wanted to create dynamic string in C , but instead of that program... +1.43
c, how do i use a char variable in an if statement? -0.90
How to write to two different places with the same buffer? (C-Syste... 0.00
How to draw an asterisks checkersboard/ chessboard in C? 0.00
Should I call free when creating a new pointer pointing to an area... -0.79
Segmentation Fault with string compare 0.00
Using Linked List without any error but getting a strange output +0.48
Why is my program crashing while trying to multiply matrices +0.01
How to read and print number and string using pointers? +0.46
Convert Decimal to Hex and store to array in C -0.28
Test case failing at specific line. Manually works fine - C (needle... -0.06
AND and OR operator c -0.93
Why would the statement not work +0.47
Iterate through argv[] -0.15
gcc Stringification of expression with "%" sign -0.52
What is the difference between char*str={"foo",...} and c... -0.92
Unexpected behaviour while extracting substrings from a string 0.00
Address of an array changed despite using a pointer to navigation 0.00
Memory allocation in C - Acronyms :) +0.45
Character counter function returns completely unexpected value +0.79
Passing value by reference +3.85
How can i free all what i allocated in this code? why it's case... +2.86
ANSI C - scope of variables -2.72
C: help me understanding the output -1.87
How to dynamically insert strings in my linked list? -4.26
Allocating memory for strings dynamically +1.13
Input needed for my program 0.00
strcmp return value is wrong (beginner) 0.00
Malloc- Error not triggered for using memory after freeing +1.75
Moving elements in an array (checks if 0) -1.87
Concept: How are declarations linked to apropriate definitions -0.62
How to cout invalid input and then reinput in and if else statement +2.97
Random char* args[] to pass to execv 0.00
When calling the exec*() family of functions, do the char* elements... +1.57
How can I move to a pointer position directly without using the ++... -2.36
Recursive function in C (Sequence) +3.99
C time.h wrap around +2.28
scanf prematurely terminating while loop (I think) +3.24