I want to display the contents of an array with type double that has a length of 5 without using the [ ] indexing . I can only use a for loop and pointer techniques.
How can you achieve that ? Can anyone give me a brief explanation of pointers as I have no idea how to use them exactly ?