When to use Pointers in C++
Apart of 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 return more… Continue Reading