Printing array using array[i] notation. Printing array using ptr[i] notation. Printing array using *(array+i) notation. Printing array using *(ptr+i) notation. Printing array using *ptr notation.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 29SA
icon
Related questions
Question

Consider the following array of integers:

Array of integers, named ‘arr’

2

6

-4

8

10

-12

14

16

18

20

num[0]

num[1]

num[2]

num[3]

num[4]

num[5]

num[6]

num[7]

num[8]

num[9]

 

Implement the following pointer notations to traverse and display the given array ‘arr’.

  1. Printing array using array[i] notation.
  2. Printing array using ptr[i] notation.
  3. Printing array using *(array+i) notation.
  4. Printing array using *(ptr+i) notation.
  5. Printing array using *ptr notation.
Expert Solution
steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Fundamentals of Multithreaded Algorithms
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT