<p>I need some help on my <strong>C++</strong> lab. Theseinstructions were given with no starter codes. Everything issupposed to be <strong>made from scratch</strong>. <em><strong>Iwill receive full credit for submitting at least
<p><img alt="Consider the following two C files main.C: #include <stdio.h> int foo(int); int main(void) printf (%pn, printf (%dn, return (0); foo); foo(1)); 00.c: static int func(int x) return (x +