SpiceQA
Questions
Tags
Users
Badges
user_2410359
@user_2410359
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Consecutive arrays
24 votes
In practice, why would different compilers compute different values of int x = ++i + ++i;?
19 votes
Why does isnan(x) exist if x != x gives the same result?
17 votes
How do I print a double value with full precision using cout?
16 votes
Are C constant character strings always null terminated?
16 votes
Top Questions
When does appending an 'f' change the value of a floating constant when assigned to a `float`?
11 votes
2 answers
What are all the reasons `fgetc()` might return `EOF`?
8 votes
3 answers
Unexpected types from UINT32_C, UINTN_C
7 votes
2 answers
Can the floating-point status flag FE_UNDERFLOW set when the result is not sub-normal?
7 votes
1 answers
How to detect `snprintf` errors?
6 votes
1 answers