When a structure must be passed to a function, we can use pointers to constant data to get the performance of a call by __________ and the protection of a call by __________. Group of answer choices value, value reference, value value, reference reference, reference

Answered on

Answer: When a structure must be passed to a function, we can use pointers to constant data to get the performance of a call by reference and the protection of a call by value.