StackRating

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

ouah

Rating
1639.74 (709th)
Reputation
124,742 (513th)
Page: 1 ... 17 18 19 20 21 ... 47
Title Δ
building a very simple parser in C +0.62
Loop does not set value correctly +0.50
Allocating an Array of Structs without Malloc? -1.30
function doesn't display the return value? -0.15
Counting functions in C source code +0.54
Are these statements the same if (x - y) {} vs. if (x !=y) {} +1.12
Is there a malloc variant that zeros out blocks on calling `free()`? -0.72
Adding Build number to the software +1.50
What type is a function name in C? +1.42
C realloc() function fails +0.80
Conditional operators in C +2.16
why float is not working? +0.09
How to declare a C function with an undetermined return type? +0.57
Is multiple enumerations separated by newline then comma always por... -0.49
Is it safe to return a VLA? +0.86
C char array initialization +0.34
Extra 0xFFFFFF during xor encryption +1.41
What happens to statically allocated memory after its scope ends? -1.23
Precision modifier as a variable in C -0.20
C Storage Size Isn't a Constant...why? -1.05
Bit set/clear in C? +0.82
error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before func... 0.00
sizeof(struct foo) not constant? 0.00
Initializing an array of structs, why does using struct variables n... -0.18
Compiling issues with bcc compatibility 0.00
Error while freeing memory in C after program giving correct answer -0.34
Why do these programs (that differ only in one printf statement) ha... +0.96
const variable value is changed by using a pointer -0.72
A legal array assignment. Is it possible? +1.39
Initializing an array of structs (compiler error: initializer eleme... -0.27
Pointers and Arrays in C - Extremely confused -0.19
Why is it possible to declare a struct and a non-struct with the sa... -1.72
Compiler independent expression arithmetic conversions and integer... 0.00
Compatible types and argument type qualifiers +1.26
What is difference between int (*p)[3] and int *p[3]? +1.90
Using #define in defining string size C +0.57
Does freeing an uninitialized pointer result in undefined behavior? -2.26
Why would you use the keyword const if you already know variable sh... -0.27
How is this bitwise AND operator masking the lower seven order bits... -0.01
Defining a bit, but without a name? +0.89
Pass an argument though makefile linux/unix command line in C +1.12
printf: unknown conversion type character ')' in format -Wformat +0.74
How to check if uint8_t exists as a type, instead of unsigned char? +1.40
Can I use a ternary operator in a define as oppose to using an if? +0.78
Problems with libmcrypt in C 0.00
switch case with two variables +1.35
syntax error C2061 using structs +0.84
time.h functions do not see the header file -0.20
C99 single line comparitive syntax shortcut -0.75
Does ANSI C actually specify which bytes are used when typecasting... 0.00