Q. What is the correct syntax to declare a function foo() which receives an array of structure in function?
β
Correct Answer: (C)
void foo(struct *var);
You must be Logged in to update hint/solution