Posts by furuhata • 13 points
1 post
-
1
votes1
answer592
viewsQ: Change pointer address in a function
I’m having trouble changing the address of a pointer within a function. I declare the pointer within the function, then pass it by parameter to another function. This other function should cause the…