|
|
Add another double pointer to the code, assign the value of p1 to the new pointer. Make your program print the value of the new pointer and the value that it points to. |
new
to intialise another pointer to a double. When you're done, remember to release the memory you allocated with new
.