SpiceQA
Questions
Tags
Users
Badges
user_364696
@user_364696
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
If Python strings are immutable, why does it keep the same id if I use += to append to it?
123 votes
What's the purpose of this [1] at the end of struct declaration?
119 votes
What causes [*a] to overallocate?
87 votes
How to round numbers to the nearest 1000?
60 votes
What is the difference between NULL and __null in C++?
54 votes
Top Questions
May a compiler store function-scoped, non-static, const arrays in constant data and avoid per-call initialization?
6 votes
3 answers