what is The output of the program
# include <iostream>
using namespace std;
void trick (in the *Templ, in * temp2
[ in the *temp=templ;
templ1=temp2;
temp2=temp; ]
in main () [
in the a=100;
int b=200;
in the c=300;
trick ( &a, &b);
trick ( &a, &c) ;
cout<<b;
]
Answers
Answered by
0
Answer:
A the answer was yes we can do
Similar questions
Social Sciences,
4 days ago
Social Sciences,
4 days ago
Science,
8 days ago
Social Sciences,
8 months ago
Math,
8 months ago