Why and when to use Pointers-Part 2
I think apart from dynamic memory allocation, data structures etc there is more to the reason why pointers must be used. There are situations where you do not want to pass the actual values or is it not required. If you want to… Continue Reading