Pointers declaration in C program
Pointer : Memory is a collection of bits and 8-bits constitute as 1 byte. Each and every byte is identified by a unique location number called as its address. To store address of a byte we need a pointer variable. Since address is an integer we can store it into … Continue reading