Introduction:- A pointer is a special variable that is used to store the address of some other variable. A pointer …
Memory And Pointer And The Indirection Operator In C Language
Pointers and the indirection operator:- The two fundamental operators used with the pointers are: 1. address operatorĀ & 2. indirection …