Question: language is c++ program trace Create a Word document that shows how the output of the following program is produced by showing how the values
language is c++

program trace Create a Word document that shows how the output of the following program is produced by showing how the values of the variables change as the program runs. Start by making tables for every scope area of the program (i.e. one for each function). In each table, write the names of all variables that have scope in that scope area, and then show how these values change while the program runs #include iostream using namespace std; void fun1 (int *ptr1, int *ptr2, int iterations); void fun2 (int *ptr1, int *ptr2, int index, int iterations); Write program output below: int main() char letters]"PVTaaQcPmiZCfjjiMWcHTYuo" char *ptr; int indices2[4]- t0, 7, 4, 0); int nums[8]1, 2, 3, 4, 5, 6, 7, 8); ptr = letters; for (int i e; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
