Difference between passing array and array pointer into function in C

First, some standardese: 6.7.5.3 Function declarators (including prototypes) … 7 A declaration of a parameter as ‘‘array of type’’ shall be adjusted to ‘‘qualified pointer to type’’, where the type qualifiers (if any) are those specified within the [ and ] of the array type derivation. If the keyword static also appears within the [ … Read more