1.

Why for passing a structure to a function Call by Reference is advisable to us​

Answer»

Answer:

Advantages of passing by REFERENCE: ... Because a copy of the argument is not made, PASS by reference is fast, EVEN when used with large STRUCTS or classes. References can be used to return multiple values from a FUNCTION (via out parameters). References must be initialized, so there's no worry about null values.



Discussion

No Comment Found