GW Gwangmu Lee A bizarre world of “type qualifiers on array parameters” in C Have you stumbled upon some type qualifiers (e.g., const, volatile, or restrict) inside square brackets in C? It’s uncommon to see them…