Question: What will be printed after executing the following C++ code? int tt []={5,8,7}; int dd[] ={3,4,6}; int rst [3]; for (int i=2;i>=0;i) { rst [i]=dd[i]tt[i];
What will be printed after executing the following C++ code? int tt []={5,8,7}; int dd[] ={3,4,6}; 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
