I'm trying to understand the advantage of pointers. I know the definition and how to create one, but I still don't understand why they are powerful.
- So can someone give me an example of something that you can only do with pointers.
- I hear Python doesn't have pointers, does this mean that there are operations that can't be done using Python--I mean programming-wise, not just accessing a specific memory location and value? Examples?