SpiceQA
Questions
Tags
Users
Badges
user_6284221
@user_6284221
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
What does "typedef void (*Something)()" mean
4 votes
Scanf not working in while loop when nonmatching string is entered
3 votes
How can I code a program that will encode a text written only in capital letters according to the text below?
2 votes
Padding Array With Many Elements
2 votes
What does :=$= means in Makefile?
2 votes
Top Questions
Const pointer pointing to non-const data
5 votes
2 answers
Is it mandatory to give '\0' for initialization of character arrays?
4 votes
6 answers
Can someone please explain this macro definition?
4 votes
1 answers
Why is the order of destruction same as order of construction, with static object (C++)?
2 votes
3 answers
Why does compiler not perform implicit conversion, when first operand is not a class object (member function operator overloading)?
2 votes
1 answers