a) void foo(struct *var);
b) void foo(struct *var[]);
c) void foo(struct var);
d) none of the mentioned
What is the correct syntax to declare a function foo() which receives an array of structure in function?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the correct syntax to declare a function foo() which receives an array of structure in function?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!