What is the exact role of \"significant characters\" in C , especially in the field of variables? I have read the topic “(K&R) At Least the first 31 characters...”, but
There is no role - the number of significant characters is a limitation imposed by C linkers. The 31 char limit was used by early linkers.