By external variable I mean a variable declared with the extern modifier (and defined elsewhere in the program).
I\'ve been told of this limitation, and couldn\
Yes, there is a minimal limit that every compiler should support.
In this case, every compiler should be able to support at least 4095 external identifiers in one translation unit (but most compilers probably support much more).