Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (C) void foo(struct *var);

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
279
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate