Why pointer? We can use the pointer variable to directly access the memory location. Pointers are passed by reference as function’s parameters so the value can be set anywhere. How to define and use a pointer variable? The name of a pointer variable beginnes with the “*” and a pointer variable can only be first
↧