What is an example of why we would use multiple declarations in a C++ program? Why would someone write extern int x; twice in the same file, what difference doe
extern int x;