//Header File for effect of const, extern, and static #include #include int n; static int k; int FirstProcedure(const int m); int SecondProcedure(const int *m);