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 ... 33 34 35 36 37 ... 47
Title Δ
Can I pass a char where an integer is expected in printf? +0.90
Why is sizeof(a) 16? (sizeof int is 4 ) -0.97
What does the line starting with double quote mean in C? +0.65
explanation of strcat() output -1.06
What is wrong with my version of strchr? -0.70
printf parameters affecting each other +1.07
Compiler should raise an error for certian combinations of #define -0.46
Using GCC inline assembly with instructions that take immediate val... -2.35
Why should I use "%d" instead "%i" as conversio... -0.52
Round unsigned int up to the multiple of 4 in C++ +1.67
How to force printf to return a negative value in c? +2.28
Objdump -S does not show the source code listing of Linux kernel mo... -0.13
How to include static library in makefile +0.95
In C array of structs, what are structs initialized to? +0.86
Why does the print to stdout not happen when using fprintf? +0.39
Casting enum definition to unsigned int +1.20
Is the integer constant's default type signed or unsigned? +1.80
Passing character pointers into a function and dynamically allocati... -1.20
Setting a pointer to null segfault +0.99
The ASCII value of '\0' is same as ASCII value of 0? -0.26
Concatenating strings (2) -1.92
Why does decay to pointer for array argument appear not to apply to... +1.90
Strict aliasing warning, creating uint32_t reference to unsigned ch... -1.26
integer type size issue 0.00
C local variable address return warning +0.38
using sizeof() within a member function +0.38
Two-dimensional C array -1.02
Determine file type in C 0.00
How dangerous is conversion from void ** to char ** +1.85
C way to indicate failure in function -0.59
how only some arguments to function C -0.74
How to make a C program that can run x86 hex codes -0.20
printf conversion specifier for _Bool? +0.73
can I require a return value to be a pointer to a constant +0.51
What is wrong with print_binary function with negative number as ar... +1.73
What does the void statement in C do? +0.51
returned value from realloc() give a segmentation fault +0.94
How to post-modify a C pointer? -1.06
array alignment/sizeof() returning extra values 0.00
Integer promotion with the operator << -1.71
Segmentation fault upon input with getline() -0.31
Is it possible to mix several declarations/initializations? +0.38
Force GCC to forgo zeroing certain globals +0.79
What's the difference between arrays of arrays and multidimensional... -0.61
Why doesn't the C program stack grow downward? +0.36
Comparison between pointer and integer in C on X86 vs ARM -0.24
Comparing two variables in C -0.63
What is the use of void** as an argument in a function? -0.31
Is this undefined behavior in C? (c=x) + (c==y) 0.00
c pass array by value? -1.30