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 ... 29 30 31 32 33 ... 47
Title Δ
How do I print NULL string using integer +1.32
why is double aligned to 8 byte boundary instead of 4 byte 0.00
Output of a << with -ve no? +0.89
enum and struct definition +0.34
gcc -lcrypt flag error in UNIX C - Undefined Reference to crypt() 0.00
Floating Point Arithmetic, C output -1.74
Application accepts command line argument of the form : *argument b... +0.36
invalid application of 'sizeof' to incomplete type 'struct array[]' -2.56
Integer promotion for `long` and `size_t` when sent through ellipsis? +0.85
Why Does This Function Segfault? +1.46
How can casting pointer to BOOL return 112? -1.61
Do integer promotions always happen when evaluating an expression? +2.29
What does "##" do in C? -0.07
Allocating sequential memory addresses for array in structure in C +1.25
Declaration and Definition of variables in c +0.36
What is the difference between *x=i and x=&i +0.37
Reliably determine the number of elements in an array +1.46
What could be the formula to get centavos or 2 decimal places? -0.53
Bit Operations with Enumerated Type -0.82
Linux Kernel coding style 0.00
How to convert OpenSSL SHA-512 hash to GMP number to use in RSA enc... 0.00
C programming Printing without using semicolon(;) +1.04
Why doesn't C compile log with variables but does compile with magi... +0.36
Weird output for mean calculator -2.54
Git merge doesn't use default merge message, opens editor with defa... -0.15
Negative index in array -1.18
How to define an array inside a function in C? -1.80
bool - 255 value -0.94
What does it mean when a C function pointer has a void parameter? +1.23
Should `!var` or `var == NULL` be used? +1.37
Evaluate an expression in C (e.g. 1+2.5*3) -0.17
What happens in OS when we dereference a NULL pointer in C? -0.62
Why does gcc allow arguments to be passed to a function defined to... -2.16
C floating point precision -1.48
C: Expand Macro With Token Pasting 0.00
what does an "expression" in C language mean? -0.24
C like array syntax? -0.81
Copying contents of a char array into another 0.00
Char Pointer address assigned to address of integer pointer +0.33
fscanf fixed string size using macro -0.48
Assign a value to a variable at compilation time 0.00
problems understanding the size_t type and the sizeof operator +0.35
C compilation error - expression must have a constant value +1.28
Why does calloc require two parameters and malloc just one? +0.91
Why can variable names use $? +1.69
Why "char ptr[n]; free(ptr); " causes the failure of the... -0.27
strtod definition and type of passed pointer +1.45
Curious arithmetic error- 255x256x256x256=18446744073692774400 +1.03
Dice game sticking with original score but looping successfully +0.35
Is there a way to concatenate a string to a number without assignin... +0.35