Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
R.. earned this badge 11 times |
feb 27 at 10:33
convert string to integer sscanf or atoi
oct 31 at 21:12
typedef fixed length array
sep 21 at 23:16
What does “#define _GNU_SOURCE” imply?
aug 24 at 21:51
Can a near-zero floating value cause a divide-by-zero error?
apr 27 '12 at 8:06
How dangerous is it to compare floating point values?
apr 19 '12 at 10:02
In either C or C++, should I check pointer parameters against NULL/nullptr?
feb 29 '12 at 13:17
Check if user is root in C?
oct 21 '11 at 2:43
storing more than 2 power 31 on a 32-bit system
aug 9 '11 at 21:35
Why declare a struct that only contains an array in C?
may 26 '11 at 18:51
why “++x || ++y && ++z” calculate “++x” firstly ? however,Operator “&&” is higher than “||”
jan 31 '11 at 8:45
Was there a specific reason garbage collection was not designed for C?