Computer Science, asked by nakwaljayshu3, 8 days ago

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 manishasinght10
0

Answer:

A the answer was yes we can do

Similar questions