minus-squareAnarchoEngineer@lemmy.dbzer0.comtoAnimemes@ani.social•Thats a good question.linkfedilinkarrow-up1·2 days agoPointer to a pointer exists but the pointer it points to no longer points to anything because the thing it pointed to was moved. You still have the pointer to the pointer but you get null from it instead of a memory. linkfedilink
Pointer to a pointer exists but the pointer it points to no longer points to anything because the thing it pointed to was moved. You still have the pointer to the pointer but you get null from it instead of a memory.