Sjmarf to Programmer Humor@programming.dev · 6 months agovoid *imagemessage-square13fedilinkarrow-up1643arrow-down110
arrow-up1633arrow-down1imagevoid *Sjmarf to Programmer Humor@programming.dev · 6 months agomessage-square13fedilink
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up10·6 months agoIt erases the type of what your pointing at. All you have is a memory location, in contrast to int* which is a memory location of an int
It erases the type of what your pointing at. All you have is a memory location, in contrast to
int*
which is a memory location of an int