What is the correct syntax to declare a function foo() which receives an array of structure in function? ); 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? ); c) void foo(struct var); d) none of the mentioned Correct Answer void foo(struct *var);
মোঃ আরিফুল ইসলাম
Feb 20, 2025