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 ... 11 12 13 14 15 ... 47
Title Δ
C Math pow(): unexpected results +0.30
How to define extern variable along with declaration? +1.70
Where does constant local variable array go in memory for a 'C&... +1.14
How to avoid "if" chains? +0.10
unknown conversion type character 0.00
What does 'ap' stand for in C examples? +2.10
Does C allows non-const expressions in array initializer list? +1.53
Has the ability to locally redefine an identifier inside of a block... +1.66
left to right evaluation of statements inside of a for loop separat... -2.56
Purpose of while(1); statement in C +0.14
C - Send array to function without declaring it -1.49
Is there a particular reason for memmem being a GNU extension? 0.00
Declaring memory for a struct pointer array in c -0.43
Levels of indirection error +0.01
Power Function in Raspberry PI 0.00
"error: initializer element is not constant" in 16 year o... 0.00
C Program crashes when calling Opendir after printf 0.00
Manually building a string in C using pointers +0.61
How print a part of string in C +0.29
What is the meaning of `struct X typedef` vs. `typedef struct X`? +0.27
C Macro pound sign and plus sign 0.00
When I call vfork(), can I call any exec*() function, or must I cal... -2.26
Operator precedence of |, ~ and & operator? 0.00
Void pointer casted to some other pointer type T does not behave li... 0.00
Using addressof with memcpy of 2 arrays +0.20
what is the purpose of argc and argv? +1.34
Why using if statements in preprocessor defines? +0.17
Does return 0 by int main() in C/C++, on any OS, clears off all the... -0.38
Returning local pointer -0.10
"Undefined behaviour" always undefined? +0.66
warning: implicit declaration of function 'daemon' +1.32
A simple C program output is not as expected +0.52
What are the rules for 'typing' of parameters when explicit integer... +1.18
Floating point variable won't decrement in C - infinite while loop +0.78
Why are the values of these 2 char* variables didn't change after e... +0.38
what is the purpose of arguments in main method in C language +0.46
Use Variable when i declaring static int array instead of using DEF... +1.58
Counting the binary digits of a signed 32-bit integer in c programm... -2.37
Compiler crashing due to linked list error (?) 0.00
Does malloc allocate more than I ask for? 0.00
Is a goto in alloca's function scope valid? -2.88
Unsigned int with the floating point in c 0.00
How Linux knows which ioctl function to call? -1.12
What does if(x) exactly resolve to in C? -0.72
How long it takes to GCC compiler execute an asm volatile ("no... +0.30
Reading a variable as a larger type in C +1.10
how to print 2 or 4 bytes in hex format in C 0.00
Is GCC's option -O2 breaking this small program or do I have undefi... +0.29
AVR - AT90CAN128, random jump to code 0.00
For what two int values does x = -x? +0.46