I know that in C++ I can declare an array with unknown bound:
extern int a[];
But I didn\'t know what\'s the usage of it. Can you tell me when I