- Which Of The Following Statements Is False O Passing Large Structures By Reference Is More Efficient Than Passing Large 1 (29.32 KiB) Viewed 30 times
Which of the following statements is false? O Passing large structures by reference is more efficient than passing large
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements is false? O Passing large structures by reference is more efficient than passing large
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.