Alright, we all know one oddity about const modifier in pure C - the 'constants' made using it are not really considered as natural. So you cannot declare a regular (not VLA) array using such a...