StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eric Postpischil

Rating
1674.77 (285th)
Reputation
91,475 (854th)
Page: 1 ... 17 18 19 20 21 ... 69
Title Δ
Can I cause a floating point precision error? 0.00
Using permutation with int arrays (C) 0.00
how to find off_t size correctly 0.00
A compiler's evaluation of the size of an array's declarati... +0.58
How does the called function interprets the address of an array whe... +1.28
Returning an 3D array from an image file in C programming 0.00
Why are braces needed for preprocessor in order to have statement? +1.19
The behavior of unary & operator when met [] -2.12
Is Byte Really The Minimum Addressable Unit? +1.02
check how many dominant numbers there are in a 2D array +0.72
How to write a recursive function to search for a key in a binary t... +0.39
Why can't local variable be used in GNU C basic inline asm stat... -0.72
How to suppress specific compiler warnings in Xcode11 0.00
what's the largest number float type can hold? +1.42
I want default argument promotion's example +1.21
How to use pointers in C language +0.89
How do I fix the two warnings "warning: format specifies type... -0.23
C char pointer get a specific character +0.74
C programming, how to prevent puts from writing to console? -2.95
C - Assigning value of argv to a variable -1.16
What's different between a single precision and double precisio... +0.27
In arm assembly language, will " sub r3, r2, 5 " modify t... 0.00
"Initializer element is not constant" when defining an ob... 0.00
Why is the value of my sum lower than it is supposed to be by 1? +1.34
Assigning a string to a char pointer is valid but assigning an inte... -0.11
Is a function call within a function part of the same scope 0.00
static int arr[10] memory address always ends in 060 -1.75
Array type has incomplete element type error in C 0.00
How exactly does the ?: operator work in C? +0.51
Compiler #warning: print enum value +0.27
Retrieve lost digits in floating point operations +1.61
How to resolve circular struct dependencies in C -1.42
Print decimal fixed-point/float formats as hexadecimal 0.00
C: I made a program to sort an array in ascending order and cannot... 0.00
Need to align memory on a power of 2 and align the program break on... 0.00
Floating point multiplication compared to multiple additions +0.81
need help on luhns algorithm using 'C' for CS50 +1.90
Variable name after struct definition +0.76
translating vertical bars to horizontal bars in c programming 0.00
Are ++i, i = i + 1 and i += 1 equivalent in C/C++? +1.38
How processor read memory? +0.84
Is there a way to declare multiple objects of the same type at once... +0.97
Why are the addresses of argc and argv 12 bytes apart? +1.70
Why does the standard state that there are three possible name spac... 0.00
Storing values before terminating program 0.00
What does it mean when a function does not return a value? -0.76
Small confusion about pointers, data type initialization and multip... -2.81
Why A[2][3] is valid lvalue for the declaration int *A [10]; -0.47
Would stringify an already rounded float number and then convert it... 0.00
Scanf into double pointer 0.00