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 ... 20 21 22 23 24 ... 47
Title Δ
unusual struct definition in C -0.00
fork() in c using printf -1.51
How can PSTR receive multiple strings not separated by commas? +1.14
Why putchar, toupper, tolower, etc. take a int instead of a char? -1.88
What does the ^ mean in glob.h? +1.69
initializing a new struct in c +1.36
sum (adding 2 numbers ) without plus operator +1.19
c segfault straight from the textbook +0.33
K&R seems to prefer pre-increment -1.67
How to set variable arguments default to empty in C? +1.44
Out of order execution - can it bypass control statements? -1.06
Issue with getting substring in c -1.84
I can see the definition in the header file, so why is the compiler... 0.00
C - is an indeterminate value indeterminable? +0.05
Preference of "for(; ;)" over "while(1)" 0.00
How to assign a variable returned from a function +1.07
what is the "pointer to a pointer" in c language? +0.29
'if' statements not behaving as expected without 'else' +0.32
Extra parentheses near arrow operator +1.15
C: Access violation when declaring array +0.34
Can a struct alias its own initial and only member? +0.46
Difference between "return 0" and "exit (0)" +1.22
Malloc and unaligned memory +0.41
Is it safe to compare an (uint32_t) with an hard-coded value? 0.00
Non-initialized global variable(s) of different type but with the s... +0.34
In c, what are the rules governing how compilers merge the same str... +1.66
C free an instance, which is pointed by other pointers +1.85
Padding bytes discovery & common and special compiler behavior... +0.34
For Loop Executed At Least Once? +0.33
atexit considered harmful? -2.21
%i or %d to print integer in c using printf()? +0.31
order of defining types 0.00
Is it possible to get the time (of the day) and date at time of com... -0.43
Strange behaviour of macros C/C++ +0.60
Crashing when i put simple int variable +0.93
C globally shared variable vs extern variable +0.34
Can main() return structure? +0.64
Function to get char and compare it with a token 0.00
simple pointer to structures 0.00
Why do I mysteriously segfault when writing to file? -1.29
can't solve expected ) before * token error 0.00
argv pointer to an array of pointers -0.78
C, enum within struct, error C2016, header file +1.03
why we can't use operator % for float n double type operands..? +1.28
Declaring a function prototype with FILE as parameter -0.68
static array of pointers vs non static array of pointers +1.28
Difference between using Printf() and return in Ternary Conditional... 0.00
C/C++ conditional return statements +1.19
FFTW - Fail to create a FFT plan when input is very large 0.00
ansi c globally accessible callback -2.15