SpiceQA
Questions
Tags
Users
Badges
user_6699433
@user_6699433
0
reputation
0
answers
22
questions
About Me
// Hello, World !
Top Answers
Do I need to explicitly handle negative numbers or zero when summing squared digits?
111 votes
What can I use for input conversion instead of scanf?
68 votes
Is printing array possible without any loop in the C Language?
16 votes
What is the limit to the number of pointers to pointers we can have in C?
13 votes
Is it good programming practice in C to use first array element as array length?
13 votes
Top Questions
Is it undefined behavior to use functions with side effects in an unspecified order?
19 votes
4 answers
How is assignments to compound literals useful?
8 votes
4 answers
How to map video memory from python to c?
6 votes
2 answers
Does casting actually DO anything?
5 votes
8 answers
How do I force a warning from using an array of wrong size when passed to function?
5 votes
2 answers