extern void printInt(int val); void foo(int[n] arr) { int[n] q; printInt(n); printLast(arr); } void printLast(int[m] p) { printInt(p[m - 1]); }