Sjmarf to Programmer Humor@programming.dev · 9 months agovoid *imagemessage-square13fedilinkarrow-up1644arrow-down110
arrow-up1634arrow-down1imagevoid *Sjmarf to Programmer Humor@programming.dev · 9 months agomessage-square13fedilink
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up10·9 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