Hi, iam Tonia Edwards, Don’t overdo it!
How Do I Print An Array Pointer? [Solved]
How it works?Step1: start.Step2: Read array a[] with n elements.Step 3: initialize pointer p=&a[0] [or p=a]Step 4: if i<n go to next step otherwise go to step 7.Step 5: print *(p+i)Step 6: i=i+1 go to step 4.Step 7: stop.Output.11 Feb 2019
Print elements of array using pointer in c programming | by Sanjay Gupta
#cprogramming #ctutorials #clanguage.
C Programming Tutorial 83 - Printing Array with Loop
Using Pointers to Print 2D Arrays
C Programming: Using