1 void baz(int i); 2 foo(int i,int A[i+1])3 void foo(int i, int A[i+1]) 4 { 5 int j=A[i]; 6 void bar() { baz(A[i]); } 7 } 8