Question: c++ Question 18 2 pts Study the definition of function funny and answer the question below. void funny (int &vali, int val2) { vall sqrt

c++
Question 18 2 pts Study the definition of function funny and answer the question below. void funny (int &vali, int val2) { vall sqrt (val2); val2 = vall *2; 3 Write the output of the following code segment in the corresponding space. int X[] = {2, 24,7,4,13}; funny (X[ 2 ],X[ 4 ]); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
