Write a program called "pointerArray.cpp" using knowledge of pointer. The program must illustrate the use of a pointer that point to the content of an array and to display the contents of an integer array {5, 10, 15, 20, 25, 30, 35, 40} in order and reverse order. For example the output should be as follows: The numbers in the array are: 5 10 15 20 25 30 35 40 The numbers in reverse order are: 40 35 30 25 20 15 10 5

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.3: Pointer Arithmetic
Problem 3E
icon
Related questions
Question

Write a program called "pointerArray.cpp" using knowledge of pointer. The program must illustrate the use of a pointer that point to the content of an array and to display the contents of an integer array {5, 10, 15, 20, 25, 30, 35, 40} in order and reverse order. For example the output should be as follows: The numbers in the array are: 5 10 15 20 25 30 35 40 The numbers in reverse order are: 40 35 30 25 20 15 10 5

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr