Question: What will be printed after executing the following C++ code? int tt []={8,5,2}; int dd[] ={6,4,3}; int rst [3]; for (int i=2;i>=0;i) rst[i]=dd[i]tt[i]; cout
What will be printed after executing the following C++ code? int tt []={8,5,2}; int dd[] ={6,4,3}; int rst [3]; for (int i=2;i>=0;i) rst[i]=dd[i]tt[i]; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
