Unscrambling C Declarations
9 December 2009Note: Based on some feedback I should clarify that this does not cover C99 syntax Even though the C programming language has been around since the late 1960’s, many programmers still have trouble understanding how C declarations are formed. This is not unsurprising due to the complexity that can arise when mixing pointer, array and [...]