<p><strong>main.cpp</strong></p><p>#include<br/>#include<br/>#include "functions.h"<br/>using namespace std;</p><p>// Normally you should not use global variables. However, thestack is<br/>// limited in size and will not allow arrays of this size. We'lllearn<br/>// later how to put