|
|
|
|
|
by dangerbird2
1783 days ago
|
|
It's always worth reminding folks that weak typing and implicit conversions can plague statically typed languages. C's implicit pointer array-to-pointer and pointer-type conversions are a major source of bugs for beginner and experienced programmers alike. |
|