Hello,
Could anyone assist me in starting out with pointers. I know that pointers direct to the memory location where a value is stored, but I am having some issues with understanding the concept with arrays.
Could you suggest a simple startup code, where a pointer points to a memory location where array values are stored. How can i access those values by using the pointer and standard C commands and functions?
Thank you.