+3 votes
in Class 11 by kratos

How are structures passed as arguments in functions?

1 Answer

+5 votes
by kratos
 
Best answer

The Structures are passed to functions using pass by value method.

...