SpiceQA
Questions
Tags
Users
Badges
user_298225
@user_298225
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?
152 votes
Absolute value abs(x) using bitwise operators and Boolean logic
59 votes
How are char arrays / strings stored in binary files?
38 votes
Disambiguation of sizeof
28 votes
How can a variable take the address of itself within its own declaration?
26 votes
Top Questions
Does the C standard require the size of an array of n elements to be n times the size of an element?
28 votes
2 answers
Is exit status observable behavior?
13 votes
3 answers
Is using a structure without all members assigned undefined?
12 votes
4 answers
Is there a mistake in the C standard description of pointer declarators?
12 votes
3 answers
Why do GCC and Clang produce different output with variable length array?
7 votes
2 answers