Question: 2. Rewrite the following loop so it uses pointer notation instead of subscript notation. for (int x=0; x < 100; x++) cout < <

2. Rewrite the following loop so it uses pointer notation instead of subscript notation. for (int x=0; x < 100; x++) cout < < arr [x]
Step by Step Solution
There are 3 Steps involved in it
Q2 To rewrite the loop using pointer notation instead of subscript nota... View full answer
Get step-by-step solutions from verified subject matter experts
