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 ... 6 7 8 9 10 ... 47
Title Δ
Exploring 'typedef' to create a limited string data type? +0.87
C struct aligned 0.00
In ANSI C,const values are global? 0.00
Why can't I use integers in the pow() function? +1.15
Malloc()ing in external function results in memory leak -0.21
c operation takes 0 seconds -0.19
Why the while loop is executed more than once? -2.76
GCC does not emit a warning when compiling +0.29
What does this statement mean in C?((uint16_t)0x0001) -0.10
'int i = 0' vs. 'int i(0)' in a 'for' loop... +0.52
Free a double pointer in C +0.96
Is accessing a integer as a character array differs on different ma... 0.00
How does pointer incrementation work? +0.76
Declaring a global variable `extern const int` in header but only `... +0.29
Why do I not get a warning for casting a pointer to an int? +1.92
Function signature indicates return type void*, but returns pointer... +1.27
Does Standard define null pointer constant to have all bits set to... +1.21
abs without branching, why this code works +0.43
Printing multi-line strings together +0.98
How are zero-length arrays in a structure useful? -2.24
My C arrays test program is not working -2.14
Multiple definitions of same object 0.00
So many parentheses in gcc standard headers +0.17
Can I use restrict qualifier in this function? +1.25
The opposite of scalar variables -0.75
Weird results for conditional operator with GCC and bool pointers -0.76
Printf with no arguments explanation +0.59
Copying structure elements vs copying array elements in C -0.63
What is wrong with my function call? -0.33
Syntax error in function in c +0.71
Memory leak in while look 0.00
Exit function in C +1.15
Why use the & sign to retrieve an integer's memory address,... -0.15
printing a char pointer ... what happens? -2.11
Two variables from different structs give me a compiling error when... -0.19
Difference between unsigned and signed int pointer +0.92
Get built arguments in C -0.50
Static function is visible for another file -0.75
Warning in function strlen - in C 0.00
c - using a pointer returned from function in a function call 0.00
warning: ‘fp’ is used uninitialized in this function [-Wuninitializ... +0.28
Possible return types for a c function +1.22
How to find size of elements pointed by array of pointers? +0.70
Why printf("%.1f", 1) output 0.0 +0.83
Unable to understand following function declaration +1.48
Can guaranteed UB be rejected at compile-time? -2.26
Dynamic if then statements for simple arithmetic and resetting a co... +0.29
Segmentation fault when calling crypt function in C -0.67
C: Performant temporary variables to avoid frequent typecasting -2.72
Use of INT_MAX macro and unitialized value in C +0.11