Top

Discussion

What is the correct syntax to declare a function foo() which receives an array of structure in function?

  • A.void foo(struct *var);
  • B.void foo(struct *var[]);
  • C.void foo(struct var);
  • D.none of the mentioned

Answer: A

No answer description available for this question

No comment is present. Be the first to comment.
Loading…

Post your comment