#include using namespace std; void cal (int *a, int *b, int *sum) { *sum = *a * *b; int main () int x 2, y = 3, total; %3D %3D cal (x, y); cout


#include <iostream><br>using namespace std;<br>void cal (int *a, int *b, int *sum) {<br>*sum = *a * *b;<br>int main ()<br>int x<br>2, y = 3, total;<br>%3D<br>%3D<br>cal (x, y);<br>cout <<

Extracted text: #include using namespace std; void cal (int *a, int *b, int *sum) { *sum = *a * *b; int main () int x 2, y = 3, total; %3D %3D cal (x, y); cout < "output:="">< total="">< endl;="" return="" 0;="" output:6="" o="" a.="" cal(x,="" y,="" total="" o="" b.="" none="" of="" the="" answers="" here="" o="" c.="" cal(&x,="" &y)="" d.="" cal(&x,="" &y,="">

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here