Give the output of the following program (written in C syntax) using the four parameter passing methods discussed in Section 7.5: #include lat i=0; void p(int x, lat y) ( * +- 11 Y +- 1; ) main() ( lat a[2]={1,1) pla(1),a[1), printf("%d %d\n", a[0],a[1]); return 0;