CPP
C++ Modify Pointers
You can also change the pointer's value. But note that this will also change the value of the original variable:
CPP
You can also change the pointer's value. But note that this will also change the value of the original variable: