Based on the code segment below, fill in correct code line using call by reference. void func (___-- --){ total = x * y; } O a. int &x, int &y, int &total O b. int x, int y, int total O C. int *x, int...


Based on the code segment below, fill in correct code line using call by reference.<br>void func (___--<br>--){<br>total = x * y;<br>}<br>O a. int &x, int &y, int &total<br>O b. int x, int y, int total<br>O C. int *x, int *y, int *total<br>O d. int (x), int (y), int (total)<br>

Extracted text: Based on the code segment below, fill in correct code line using call by reference. void func (___-- --){ total = x * y; } O a. int &x, int &y, int &total O b. int x, int y, int total O C. int *x, int *y, int *total O d. int (x), int (y), int (total)

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here