This lecture covers the following points related to pointer with 1-d array:
1) Taking input array items with a pointer
2) Display array items with a pointer
3) Compare address of array items
4) Print array items in reverse order using a pointer
Required pre-requisite lectures:
1) Formatted Output with print(): • Format Output with printf()
2) Introduction to pointer: • Introduction to pointer
3) Pointer Arithmetic with 1-d Array: • Pointer Arithmetics with 1-d Array