SPS.Surya Prakashinsuryaprakash.hashnode.dev·Feb 6, 2023 · 1 min readThings about pointers we don’t knowPointers are used to store another variable’s memory address as its own value. Pointers can be accessed using the asterisk symbol(*). Here is a simple demonstration of the pointers:- We can also optimize this code by directly storing the value of ad...00