I learnt something new about pointers.
'*' can be used for pointer declaration and also as an indirection operator/valueof operator. its meaning depends on the context used.Pointers only store addresses not values
Eg: int a = 10;Pointer declaration and initialization, are still done with ...
snowcodes.hashnode.dev2 min read