1.void foo(struct *var);
2.void foo(struct *var[]);
3.void foo(struct var);
4.none of the mentioned
Answer:1