What is the output of the program? * 1 #include using namespace std; 39 int out (int a, int b ,int c) { int result; result = a + b - c; return (result); } 4 5 6 E int main(){ int a = 50, b = 20, c=30;...


Choice the correct answer


What is the output of the program? *<br>1<br>#include <iostream><br>using namespace std;<br>39 int out (int a, int b ,int c) {<br>int result;<br>result = a + b - c;<br>return (result); }<br>4<br>5<br>6<br>E int main(){<br>int a = 50, b = 20, c=30;<br>int result;<br>result = out (a, b,c);<br>cout <«

Extracted text: What is the output of the program? * 1 #include using namespace std; 39 int out (int a, int b ,int c) { int result; result = a + b - c; return (result); } 4 5 6 E int main(){ int a = 50, b = 20, c=30; int result; result = out (a, b,c); cout <« "total value of function is =" << result <« endl; return 0;} 8 10 %3d 11 12 o 40 100 45 o 70

"total="" value="" of="" function="" is="">
>
Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here