SpiceQA
Questions
Tags
Users
Badges
user_12139179
@user_12139179
0
reputation
0
answers
17
questions
About Me
// Hello, World !
Top Answers
Do I cast the result of malloc?
22 votes
What is a "static" function in C?
13 votes
C Programming: Why printf Format Specifier %s Is Invalid For The Number "123"?
10 votes
Is the array to pointer decay changed to a pointer object?
9 votes
How to disable the warning about using deprecated gets in GCC?
8 votes
Top Questions
Include multiple header-files at once with only one #include-expression?
14 votes
6 answers
Can a null pointer constant be any integer constant expression evaluated to 0?
10 votes
2 answers
How and where is it possible that a variable does not has an associated name in C++?
7 votes
1 answers
Why does clang complain about using variable-length arrays with '-std=c99' flag?
5 votes
3 answers
Memory waste? If main() should only return 0 or 1, why is main declared with int and not short int or even char?
5 votes
7 answers