SpiceQA
Questions
Tags
Users
Badges
user_7431860
@user_7431860
0
reputation
0
answers
0
questions
About Me
// Hello, World !
Top Answers
`int main(i){ printf("i = %d\n", i); }` i value is 1. why ? please explain?
6 votes
C programming language equivalent for structure initialization in C++
5 votes
is this regex vulnerable to REDOS attacks
3 votes
Why do I got a SIGFPE, Arithmetic exception error when I'm using a modulo on an int obtained by a modulo of a different integer in my code?
2 votes
What do the numbers mean in the function range(len(sequence)-1,0,-1) mean?
2 votes
Top Questions