News

To use pointers with functions, we can declare a pointer parameter in the function definition 1. We can then pass the address of the variable we want to modify to the function as an argument 1.