SpiceQA
Questions
Tags
Users
Badges
user_1084774
@user_1084774
0
reputation
0
answers
23
questions
About Me
// Hello, World !
Top Answers
What is the purpose of an 'if (0)' block in if-else block?
92 votes
Why do projects use the -I include switch given the dangers?
32 votes
Difference between sizeof(struct name_of_struct) vs sizeof(name_of_struct)?
29 votes
Why can `(*)` be omitted from a function pointer inside a function parameter list?
23 votes
Why does C's BNF grammar allow declarations with an empty sequence of init-declarators?
14 votes
Top Questions
Prefixes in member names of a struct
23 votes
1 answers
Why do shells ignore SIGINT and SIGQUIT in backgrounded processes?
18 votes
1 answers
Preventing L-value instantiation in C++14
8 votes
2 answers
Inconsistent storage class specifiers on functions
6 votes
3 answers
Generating segfault from a custom syscall
6 votes
1 answers