StackRating

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

Felix Palmen

Rating
1630.09 (872nd)
Reputation
5,298 (31,173rd)
Page: 1 ... 4 5 6 7 8 ... 17
Title Δ
Why does the iconv function need a non-const inbuffer? +0.84
When is the address of a string allocated? +2.32
Static Variables not retaining their values inside function +0.32
What data do BSS and data segment have by default? +0.85
Using strings inside structures +0.98
(int, const char *) as a compound key with the uthash library 0.00
Explicitly make a target with a variable name -2.75
Avoid implementation defined types in platform independent code +1.37
Why does this code print addresses? +1.02
Extra care should be taken to ensure that character arrays that are... 0.00
Implicit deallocation +0.02
Difficulty understanding memory allocation in C +1.39
What is the difference between scanf (“%s",a) scanf("%[^\... -2.41
sscanf and multiple %ms 0.00
Why can I represent an int larger than MAXINT in hexadecimal, but n... 0.00
Checking if a string with 3 diff parenthesis is balanced without us... +0.71
Structs and struct array in C 0.00
how to validate a pointer using built in functions other than a NUL... -0.57
Reading through an char array passed as void* with pointer incremen... +1.93
How to convert from char * to int to hex decimal in C 0.00
In my INSERTION SORT program's output the 1st element is elimin... -0.32
Assigning direct string to char array in C -1.67
How to generate multiple executable files in one Makefile? -1.81
clrscr() not working, getch() working. Why? +0.31
Why is the value of this uint32_t -2147483648? +0.58
How does getopt() know when to stop? 0.00
Write a lib in pure c for .net usage -0.09
Could copy unsigned int bit values as float but float value not ret... -2.11
C Memory assignment, Segmentation Fault / Double Free In Array of S... +2.01
float data type(5.0) being assigned 8 bytes rather that 4 using siz... +2.42
C - erroneous output after multiplication of large numbers 0.00
Is this a robust solution to creating output directories in a Makef... -2.63
what is the main reason not to compile c code with g++? +0.99
Why does the presence of `n` in the input sentence before `\n` give... +1.66
Can we place "typedef" specifier anywhere in the declarat... -1.67
intptr_t and size_t on 32/64 bit platform -0.24
save bmp file using c on linux 0.00
Adding newline character to printf() changes code behaviour +1.31
Why no error on multiple declarations of same structure variable +1.88
Cannot find -lCommunication collect2: error: ld returned 1 exit sta... +0.98
How do commas in the initialization and increment parts of a for-lo... +0.42
How do I get the length of a string stored as a character +0.36
Which code will execute faster in C? +0.29
Masks bits of array members 0.00
Concatenate arguments using strcpy +0.74
The right pattern for sequence of allocations and operations which... +1.62
Why if(i) is taking more time than if(0 != i) -3.11
Malloc double pointer +1.54
Print braille characters in ncurses +0.31
Why this Selection Sort code not giving correct output? +0.35