StackRating

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

klutt

Rating
1570.85 (3,953rd)
Reputation
7,063 (22,730th)
Page: 1 ... 7 8 9 10 11 ... 18
Title Δ
When initializing variables in C does the compiler store the intial... +0.30
Pointer to Integer Array versus Double Pointer to Integer +0.76
Creating a variable-sized array without malloc -0.48
Why doesn't this program print '4'? +1.23
pow() function giving wrong answer -1.94
Is it possible to change value of variable assigned with const qual... 0.00
How compile time initialization of variables works internally in c? +0.48
when control+d is pressed fgets do not stop reading +0.22
Is it possible to store an float value in int variable +0.29
No output for long long int variables +0.11
free'ing results in crash +0.31
Function receives a pointer to double, allocates memory and fills r... 0.00
Multidimensional array values getting modified even though passed b... +0.87
Should Mac OSX have a "malloc.h" file? +1.74
Can I access a functions return value twice without storing it in a... +2.10
How can I find the length of a character pointer using strlen() in C? -1.49
Segmentation fault 11 on fread() 0.00
Why cant I use bitwise xor to swap chars in string? +1.64
for loop not executing after assigning pointer to NULL in main() 0.00
Array of pointers - memory allocation -1.04
Recursively reverse linked list -1.86
Trying to understand a recursive function to reverse a string +1.01
What is wrong with my Factorial Function logic? -0.28
how to set pointer back to original state after moving it? 0.00
What does a semicolon before an equal sign mean? 0.00
Difference between (int ret = 0; !ret && ret !=0) +0.61
Compare two files and create a new one with the differences +0.10
Why my time count of a system call in linux is almost 0 us? 0.00
Why does C not decrement the stack pointer if a variable leaves the... +2.65
Correct names, but "dereferencing pointer to incomplete type&q... -2.19
How can I return a struct if a condition is true and an int if the... -0.64
cant free dynamic matrix 0.00
Not able to understand what this C function does +2.15
How to initialise an array of pointers to NULL that's inside a... +0.02
How to have a program that uses the pointer ptr for reading and pri... -1.64
Is there any real world application of indirect addressing in some... -0.06
error: invalid type argument of unary ‘*’ (have ‘long int’) +1.81
Data size definition in C programming while using mathematical expr... +1.68
What is the difference between nodelay() and cbreak() in ncurses? 0.00
Is it the right choice to open/close a text file for writing each 0... +0.69
How can I Input variable length string and output user defined leng... -0.52
Difference between using a pointer to assign a value/just assigning... +2.29
How do I restrict user from inputting non-numeric characters? +0.76
Why does C have keywords starting with underscore -1.55
size of pointers and architecture +1.32
What is the difference between having separate arguments (for a fun... 0.00
Does delay function work in C with 64 bit compilers? 0.00
return a pointer to structure taking no parameters +1.37
The for loop isn't entered even if the initial requirement is t... +2.84
How to make a dynamic while loop program in C? +2.20