Which of the following statements is false? O Passing large structures by reference is more efficient than passing large
Posted: Mon Jun 06, 2022 5:01 pm
Which of the following statements is false? O Passing large structures by reference is more efficient than passing large structures by value. O To pass a structure by reference, pass the address of the structure variable. O To pass a structure by reference, pass the name of the structure variable. O One way to pass an array by value is to create a structure with the array as a member then pass the name of the structure.