Pointers in Golang (go)
1. What are Pointers?
A pointer is a variable that stores the memory address of another variable. It essentially "points" to the location of another variable. This is useful for several reasons: it can be more memory efficient, it can allow you to mo...
diwakarkashyap.hashnode.dev3 min read