C pointers

Pointers in C & C++

In C++,Variable is stored in memory blocks.Each memory block has a unique address.So in order to call the value,we stimulate the address of the block.So that address is represented as…

Read more »