Pointers In C
A pointer in a simple sense is a variable that stores the address of a value in computer memory ‘RAM’, to store the address we need to get the address using the ampersand operator & which is the address of the operator, the pointer variable is declar...
aythedataguy.hashnode.dev3 min read