Pointers in Go – what’s the point? 🤷♀️
In any Programming language, whenever a variable or object is created, it is stored in a particular CPU/memory address and when we output the data, it pulls it from that address.
In this article, I will explain what pointers are, its importance, how ...
joynwaiwu.hashnode.dev5 min read
Raj
How to know where shall we use pointers?