SpiceQA
Questions
Tags
Users
Badges
user_4593267
@user_4593267
0
reputation
0
answers
15
questions
About Me
// Hello, World !
Top Answers
Can we write comments within variable names?
203 votes
Why does this .c file #include itself?
84 votes
Why must all pointers to structs be of the same size?
35 votes
Why does it make a difference if left and right shift are used together in one expression or not?
27 votes
What does the XXXXXX in an sprintf format argument of "/tmp/%s-XXXXXX" mean?
13 votes
Top Questions
What is the correct way to convert 2 bytes to a signed 16-bit integer?
34 votes
7 answers
Does sscanf require a null terminated string as input?
17 votes
2 answers
Can bitwise operators have undefined behavior?
15 votes
1 answers
Do 'a' and '0' always have positive values even if char is signed?
13 votes
1 answers
Can we paste 3 tokens using the C preprocessor ## operator?
8 votes
1 answers