0
Can someone please suggest me an easy way to understand pointers.
3 Answers
+ 1
one of the things that will help you, is debugging simple applications.
examine the memory and how data is stored there.
familiarize yourself with hexadecimal operations.
use any gui debugger to actually see the memory and memory addresses.
otherwise they will just be words without meaning in your head.
+ 2
Thanks