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

 

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

1 Expert Approved Answer
Step: 1 Unlock

Q2 To rewrite the loop using pointer notation instead of subscript nota... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!