Computer Science, asked by murarimishra123456, 8 months ago

What is the output of the program?
#include <iostream>
using namespace std;
void trick (int *templ, int *temp2)
int *temp=templ;
templ=temp 2;
temp 2=temp;
int main() {
int a=100;
int b=200;
int c=300;
trick (&a,&b);
trick (&a,&c);
cout<<6;​

Answers

Answered by DhirajDhande
0

Answer:

question is good but it's too big to read

Similar questions