8. Consider the following bro’éram written in C++ void fun (int first, int second) { first += first; second +=second; } void main() { int list[2] = {1, 3}; fun(list[0], list[1])3 } For each of the following parameter-passingmethods, what are the values of the list array after execution? a. Passed by value b. Passed by ref… Show more… Show more Computer Science Engineering & Technology C++ Programming CSE 375 Share QuestionEmailCopy link Comments (0)




