SpiceQA
Questions
Tags
Users
Badges
user_146377
@user_146377
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
What are the most useful new features in C99?
25 votes
Why should you use strncpy instead of strcpy?
23 votes
What does malloc(0) return?
4 votes
How to handle realloc when it fails due to memory?
1 votes
convert big endian to little endian in C [without using provided func]
1 votes
Top Questions
Is it legal to access a field of a returned union without a variable?
6 votes
2 answers