Pointers: New to code

I am kind of lost with pointers. So my understanding of pointers is that they are a way to save computing time when referencing some data that would be normally too big to replicate constantly. So you can store it in one place and access it from anywhere else through a pointer?

Privacy & Terms