

InterviewSolution
Saved Bookmarks
1. |
What is The output of the program # include 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 |
Answer» | |